From 8eb66d8cc763ad6c5ba716e7550a35d531b59bc7 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Fri, 16 May 2025 10:23:42 +0200 Subject: [PATCH 1/2] chore: cut release for 0.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 339a2f0..8b51667 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pythclient', - version='0.2.1', + version='0.2.2', packages=['pythclient'], author='Pyth Developers', author_email='contact@pyth.network', From 0dd8bcdb098b275c346af160f65320e6a1e92158 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Fri, 16 May 2025 10:32:59 +0200 Subject: [PATCH 2/2] fix ci --- .github/workflows/pytest.yml | 2 +- examples/dump.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 2f89004..94b1305 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2 diff --git a/examples/dump.py b/examples/dump.py index 5704b10..8bec6f3 100644 --- a/examples/dump.py +++ b/examples/dump.py @@ -32,7 +32,6 @@ def set_to_exit(sig: Any, frame: Any): async def main(): - global to_exit use_program = len(sys.argv) >= 2 and sys.argv[1] == "program" v2_first_mapping_account_key = get_key("pythnet", "mapping") v2_program_key = get_key("pythnet", "program")