Skip to content

Commit

Permalink
ci: Skip pre-release tests for 3.9/3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 15, 2024
1 parent 35c017e commit 6a14e76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ jobs:
include:
- python-version: "3.9"
dependencies: min
exclude:
# Do not test pre-releases for versions out of SPEC0
- python-version: "3.9"
dependencies: pre
- python-version: "3.10"
dependencies: pre

env:
DEPENDS: ${{ matrix.dependencies }}
Expand Down

0 comments on commit 6a14e76

Please sign in to comment.