Skip to content

Commit 2c8b037

Browse files
committed
upgrade code test matrix
1 parent 6d44f3e commit 2c8b037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
python-version: ["3.8", "3.12"]
15+
python-version: ["3.9", "3.13"]
1616
experimental: [false]
1717
include:
18-
- python-version: "3.12"
18+
- python-version: "3.13"
1919
os: "ubuntu-latest"
2020
experimental: true
2121
fail-fast: false

0 commit comments

Comments
 (0)