We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9ca96b + 790e515 commit 9c85f0eCopy full SHA for 9c85f0e
.github/workflows/conda-package.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
fail-fast: false
28
matrix:
29
- python: ['3.9', '3.10']
+ python: ['3.9', '3.10', '3.11']
30
os: [ubuntu-latest, windows-latest]
31
32
runs-on: ${{ matrix.os }}
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
97
os: [ubuntu-20.04, ubuntu-latest, windows-latest]
98
experimental: [false]
99
@@ -199,7 +199,7 @@ jobs:
199
200
201
202
203
204
205
0 commit comments