Skip to content

Commit f0357d1

Browse files
Expand matrix of Python versions to build for
1 parent 4b6bf6d commit f0357d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python: [3.9]
16+
python: ["3.9", "3.10", "3.11", "3.12"]
1717
steps:
1818
- uses: actions/checkout@v2
1919
with:
@@ -60,7 +60,7 @@ jobs:
6060

6161
strategy:
6262
matrix:
63-
python: ['3.9']
63+
python: ['3.9', '3.10', '3.11', '3.12']
6464
env:
6565
conda-bld: C:\Miniconda\conda-bld\win-64\
6666
steps:
@@ -99,7 +99,7 @@ jobs:
9999

100100
strategy:
101101
matrix:
102-
python: [3.9]
102+
python: ['3.9', '3.10', '3.11', '3.12']
103103
experimental: [false]
104104
runner: [ubuntu-latest]
105105
continue-on-error: ${{ matrix.experimental }}
@@ -166,7 +166,7 @@ jobs:
166166

167167
strategy:
168168
matrix:
169-
python: ['3.9']
169+
python: ['3.9', '3.10', '3.11', '3.12']
170170
experimental: [false]
171171
runner: [windows-latest]
172172
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)