Skip to content

Commit 1d44b35

Browse files
Run only python 3.11 GH Actions
1 parent ca4d440 commit 1d44b35

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
@@ -77,7 +77,7 @@ jobs:
7777

7878
strategy:
7979
matrix:
80-
python: ['3.9', '3.10', '3.11', '3.12']
80+
python: ['3.11']
8181
os: [ubuntu-22.04, windows-2019]
8282

8383
permissions:
@@ -298,7 +298,7 @@ jobs:
298298

299299
strategy:
300300
matrix:
301-
python: ['3.9', '3.10', '3.11', '3.12']
301+
python: ['3.11']
302302

303303
continue-on-error: true
304304

0 commit comments

Comments
 (0)