Skip to content

Commit 552b19e

Browse files
authored
chore: cut release for 0.2.2 (#64)
* chore: cut release for 0.2.2 * fix ci
1 parent 1b49c7d commit 552b19e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.9"]
11+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1212

1313
steps:
1414
- uses: actions/checkout@v2

examples/dump.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def set_to_exit(sig: Any, frame: Any):
3232

3333

3434
async def main():
35-
global to_exit
3635
use_program = len(sys.argv) >= 2 and sys.argv[1] == "program"
3736
v2_first_mapping_account_key = get_key("pythnet", "mapping")
3837
v2_program_key = get_key("pythnet", "program")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='pythclient',
10-
version='0.2.1',
10+
version='0.2.2',
1111
packages=['pythclient'],
1212
author='Pyth Developers',
1313
author_email='[email protected]',

0 commit comments

Comments
 (0)