Skip to content

Commit 4653d25

Browse files
committed
update ci
1 parent 5e29bb0 commit 4653d25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
max-parallel: 5
2323
matrix:
24-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] # must use str, not int, or 3.10 will be recognized as 3.1
24+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] # must use str, not int, or 3.10 will be recognized as 3.1
2525
os: [ubuntu-latest, macos-latest]
2626
runs-on: ${{ matrix.os }}
2727

.github/workflows/test_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
max-parallel: 5
2323
matrix:
24-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] # must use str, not int, or 3.10 will be recognized as 3.1
24+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] # must use str, not int, or 3.10 will be recognized as 3.1
2525
runs-on: windows-latest
2626

2727
# Steps represent a sequence of tasks that will be executed as part of the job

0 commit comments

Comments
 (0)