Skip to content

Commit 6ad6f04

Browse files
committed
Disable pypy311
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.
1 parent fafda51 commit 6ad6f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- "pypy-3.8"
9090
- "pypy-3.9"
9191
- "pypy-3.10"
92-
- "pypy-3.11"
92+
# - "pypy-3.11"
9393
include:
9494
- source: sdist
9595
artifact: dist/*.tar.gz

0 commit comments

Comments
 (0)