We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5985101 commit 11e2f1aCopy full SHA for 11e2f1a
1 file changed
.github/workflows/pythonpackage.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
max-parallel: 1
12
matrix:
13
- python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.15']
+ python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
14
15
steps:
16
- uses: actions/checkout@v2
0 commit comments