Skip to content

Commit d59f356

Browse files
Use 3.9 and 3.10 for conda packages
1 parent a297184 commit d59f356

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
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python: ["3.9", "3.10", "3.11", "3.12"]
19+
python: ["3.9", "3.10"]
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:
@@ -63,7 +63,7 @@ jobs:
6363

6464
strategy:
6565
matrix:
66-
python: ['3.9', '3.10', '3.11', '3.12']
66+
python: ['3.9', '3.10']
6767
env:
6868
conda-bld: C:\Miniconda\conda-bld\win-64\
6969
steps:
@@ -102,7 +102,7 @@ jobs:
102102

103103
strategy:
104104
matrix:
105-
python: ['3.9', '3.10', '3.11', '3.12']
105+
python: ['3.9', '3.10']
106106
experimental: [false]
107107
runner: [ubuntu-latest]
108108
continue-on-error: ${{ matrix.experimental }}
@@ -169,7 +169,7 @@ jobs:
169169

170170
strategy:
171171
matrix:
172-
python: ['3.9', '3.10', '3.11', '3.12']
172+
python: ['3.9', '3.10']
173173
experimental: [false]
174174
runner: [windows-latest]
175175
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)