We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8323317 commit c6c046eCopy full SHA for c6c046e
1 file changed
.github/workflows/pythonpackage.yml
@@ -11,7 +11,7 @@ jobs:
11
max-parallel: 12
12
matrix:
13
os: [ubuntu-latest, macos-latest, windows-latest]
14
- python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
+ python-version: [3.9, "3.10", "3.11", "3.12", "3.13", "3.14"]
15
steps:
16
- uses: actions/checkout@v3
17
- name: Checkout submodules
0 commit comments