Skip to content

Commit bb25b8e

Browse files
committed
tmp changes
1 parent 624f14f commit bb25b8e

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
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
32+
python: ['3.13']
3333
os: [ubuntu-22.04, windows-2022]
3434

3535
permissions:
@@ -126,7 +126,7 @@ jobs:
126126
strategy:
127127
fail-fast: false
128128
matrix:
129-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
129+
python: ['3.13']
130130
os: [ubuntu-latest]
131131

132132
env:
@@ -253,7 +253,7 @@ jobs:
253253
strategy:
254254
fail-fast: false
255255
matrix:
256-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
256+
python: ['3.13']
257257
os: [windows-2022]
258258

259259
env:
@@ -402,7 +402,7 @@ jobs:
402402
strategy:
403403
fail-fast: false
404404
matrix:
405-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
405+
python: ['3.13']
406406
os: [ubuntu-22.04, windows-2022]
407407

408408
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)