Skip to content

Commit 086780b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
 (0)