Skip to content

Commit a8bf4ce

Browse files
Remove 3.10 from conda-package build matrix for Windows
1 parent b19c23b commit a8bf4ce

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
@@ -64,7 +64,7 @@ jobs:
6464

6565
strategy:
6666
matrix:
67-
python: ['3.8', '3.9', '3.10']
67+
python: ['3.8', '3.9']
6868
env:
6969
conda-bld: C:\Miniconda\conda-bld\win-64\
7070
steps:

0 commit comments

Comments
 (0)