Skip to content

Commit

Permalink
Disable pypy311
Browse files Browse the repository at this point in the history
Despite the suite succeeding as noted in
e9483d8, github sucks so it still
marks a PR / commit as failing if non-required tests fail (red cross
on the commit and "Some checks were not successful" on the PR), which
sucks.

Not to mention pypy311 does not exist yet, let alone being provided by
setup-python, so it can never succeed.

Therefore remove it.
  • Loading branch information
masklinn committed Feb 3, 2024
1 parent fafda51 commit 3baf45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
- "pypy-3.11"
# - "pypy-3.11"
include:
- source: sdist
artifact: dist/*.tar.gz
Expand Down

0 comments on commit 3baf45b

Please sign in to comment.