Skip to content

Commit 491aca8

Browse files
committed
Remove pypy2 from CI tests and config, tox from Fedora 43 can no longer run it out of the box
1 parent 334e719 commit 491aca8

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
tox_env: ${{ matrix.tox_env }}
2121
strategy:
2222
matrix:
23-
tox_env: [py36, py39, py310, py311, py312, py313, py314, pypy2, pypy3]
23+
tox_env: [py36, py39, py310, py311, py312, py313, py314, pypy3]
2424

2525
# Use GitHub's Linux Docker host
2626
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ referred to as the "major version") represents the release of Fedora used in the
6565
### v43.0
6666

6767
* Uses Fedora 43 as the base container image.
68+
* Running pypy2 tox environment no longer works out of the box, see [tox documentation for details](https://tox.wiki/en/latest/explanation.html#virtualenv-version-pinning).
6869

6970
### v42.0
7071

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[tool.tox]
66
legacy_tox_ini = """
77
[tox]
8-
envlist = py36,py39,py310,py311,py312,py313,py314,py314t,pypy2,pypy3
8+
envlist = py36,py39,py310,py311,py312,py313,py314,py314t,pypy3
99
skipsdist = True
1010
1111
[testenv]

0 commit comments

Comments
 (0)