We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6bf6d commit f0357d1Copy full SHA for f0357d1
1 file changed
.github/workflows/conda-package.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- python: [3.9]
+ python: ["3.9", "3.10", "3.11", "3.12"]
17
steps:
18
- uses: actions/checkout@v2
19
with:
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
- python: ['3.9']
+ python: ['3.9', '3.10', '3.11', '3.12']
64
env:
65
conda-bld: C:\Miniconda\conda-bld\win-64\
66
@@ -99,7 +99,7 @@ jobs:
99
100
101
102
103
experimental: [false]
104
runner: [ubuntu-latest]
105
continue-on-error: ${{ matrix.experimental }}
@@ -166,7 +166,7 @@ jobs:
166
167
168
169
170
171
runner: [windows-latest]
172
0 commit comments