Skip to content

Commit 127d403

Browse files
Do not Python=3.12 to build/test/uload windows temporarily
1 parent 8b25773 commit 127d403

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
strategy:
7979
matrix:
80-
python: ['3.9', '3.10', '3.11', '3.12']
80+
python: ['3.9', '3.10', '3.11']
8181
env:
8282
conda-bld: C:\Miniconda\conda-bld\win-64\
8383
steps:
@@ -220,7 +220,7 @@ jobs:
220220
shell: cmd /C CALL {0}
221221
strategy:
222222
matrix:
223-
python: ['3.9', '3.10', '3.11', '3.12']
223+
python: ['3.9', '3.10', '3.11']
224224
experimental: [false]
225225
runner: [windows-2019]
226226
continue-on-error: ${{ matrix.experimental }}
@@ -386,7 +386,7 @@ jobs:
386386
runs-on: windows-2019
387387
strategy:
388388
matrix:
389-
python: ['3.9', '3.10', '3.11', '3.12']
389+
python: ['3.9', '3.10', '3.11']
390390
steps:
391391
- name: Download artifact
392392
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)