Skip to content

Commit 0dd8bcd

Browse files
committed
fix ci
1 parent 8eb66d8 commit 0dd8bcd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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")

0 commit comments

Comments
 (0)