Skip to content

Commit 6caf400

Browse files
committed
Disable pypy testing
PyPy is effectively dead, and mypy broke PyPy support, breaking our tests. Signed-off-by: Michał Górny <[email protected]>
1 parent a013b2d commit 6caf400

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
ci:
55
strategy:
66
matrix:
7-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14-dev", "pypy-3.10", "pypy-3.11"]
7+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
88
suite: ["py", "integration"]
99
fail-fast: false
1010
runs-on: ubuntu-latest

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = qa,py310,py311,py312,py313,py314,pypy310,pypy311
2+
envlist = qa,py310,py311,py312,py313,py314
33
isolated_build = True
44

55
[testenv]

0 commit comments

Comments
 (0)