Skip to content

Commit 5d7cc73

Browse files
committed
Run all workflows on all supported Python versions
1 parent 4cec6e4 commit 5d7cc73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conda-package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
strategy:
6868
matrix:
69-
python: ['3.9', '3.10']
69+
python: ["3.9", "3.10", "3.11", "3.12"]
7070
env:
7171
conda-bld: C:\Miniconda\conda-bld\win-64\
7272
steps:
@@ -106,7 +106,7 @@ jobs:
106106

107107
strategy:
108108
matrix:
109-
python: ['3.9', '3.10']
109+
python: ["3.9", "3.10", "3.11", "3.12"]
110110
numpy: ['1.26*']
111111
experimental: [false]
112112
runner: [ubuntu-latest]
@@ -174,7 +174,7 @@ jobs:
174174

175175
strategy:
176176
matrix:
177-
python: ['3.9', '3.10']
177+
python: ["3.9", "3.10", "3.11", "3.12"]
178178
numpy: ['1.26*']
179179
experimental: [false]
180180
runner: [windows-2019]

0 commit comments

Comments
 (0)