We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d44f3e commit 2c8b037Copy full SHA for 2c8b037
1 file changed
.github/workflows/test_code.yml
@@ -12,10 +12,10 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest, windows-latest]
15
- python-version: ["3.8", "3.12"]
+ python-version: ["3.9", "3.13"]
16
experimental: [false]
17
include:
18
- - python-version: "3.12"
+ - python-version: "3.13"
19
os: "ubuntu-latest"
20
experimental: true
21
fail-fast: false
0 commit comments