Skip to content

Commit 9cfd49d

Browse files
committed
add python 3.9 and 3.10
1 parent 0b9eeee commit 9cfd49d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
strategy:
148148
matrix:
149-
python: ["3.11", "3.12"]
149+
python: ["3.9", "3.10", "3.11", "3.12"]
150150
env:
151151
conda-bld: C:\Miniconda\conda-bld\win-64\
152152
steps:
@@ -209,7 +209,7 @@ jobs:
209209
shell: cmd /C CALL {0}
210210
strategy:
211211
matrix:
212-
python: ["3.11", "3.12"]
212+
python: ["3.9", "3.10", "3.11", "3.12"]
213213
experimental: [false]
214214
runner: [windows-2019]
215215
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)