Skip to content

Commit 6a14e76

Browse files
committed
ci: Skip pre-release tests for 3.9/3.10
1 parent 35c017e commit 6a14e76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ jobs:
9999
include:
100100
- python-version: "3.9"
101101
dependencies: min
102+
exclude:
103+
# Do not test pre-releases for versions out of SPEC0
104+
- python-version: "3.9"
105+
dependencies: pre
106+
- python-version: "3.10"
107+
dependencies: pre
102108

103109
env:
104110
DEPENDS: ${{ matrix.dependencies }}

0 commit comments

Comments
 (0)