Skip to content

Commit

Permalink
build: don't test nightly pypy-3.8, the builds are years old.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Aug 8, 2024
1 parent 741cbd0 commit 35723c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
- "3.13-dev"
- "3.14-dev"
# https://github.com/actions/setup-python#available-versions-of-pypy
- "pypy-3.8-nightly"
- "pypy-3.9-nightly"
- "pypy-3.10-nightly"
nogil:
Expand All @@ -73,8 +72,6 @@ jobs:
exclude:
- python-version: "3.12-dev"
nogil: true
- python-version: "pypy-3.8-nightly"
nogil: true
- python-version: "pypy-3.9-nightly"
nogil: true
- python-version: "pypy-3.10-nightly"
Expand Down

0 comments on commit 35723c4

Please sign in to comment.