Skip to content

Commit

Permalink
temp: manual exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 12, 2024
1 parent 36cbc70 commit c6702fe
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/python-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,24 @@ jobs:
- "pypy-3.8-nightly"
- "pypy-3.9-nightly"
- "pypy-3.10-nightly"
nogil:
- false
# nogil fails for now. hugovk says it's because:
# > pip hasn't vendored the new version of packaging yet.
# > it should be in 24.1, due some time this month.
- true
include:
- python-version: "pypy-3.10-nightly"
os: "windows-latest"
os-short: "windows"
- python-version: "3.13-dev"
# nogil fails for now. hugovk says it's because:
# > pip hasn't vendored the new version of packaging yet.
# > it should be in 24.1, due some time this month.
exclude:
- python-version: "3.12-dev"
nogil: true
- python-version: "3.14-dev"
- python-version: "pypy-3.8-nightly"
nogil: true
- python-version: "pypy-3.9-nightly"
nogil: true
- python-version: "pypy-3.10-nightly"
nogil: true

fail-fast: false
Expand Down

0 comments on commit c6702fe

Please sign in to comment.