Skip to content

Commit

Permalink
Drop PyPy 3.8 from CI
Browse files Browse the repository at this point in the history
It's causing issues with `uv` in CI that aren't worth hoop jumping. PyPy 3.8 hasn't received updates in years. CPython 3.8's EOL is within 2 months.
  • Loading branch information
john-kurkowski committed Aug 21, 2024
1 parent a65e194 commit e071ca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
{python-version: "3.10", toxenv: "py310"},
{python-version: "3.11", toxenv: "py311"},
{python-version: "3.12", toxenv: "py312"},
{python-version: "pypy3.8", toxenv: "pypy38"},
{python-version: "pypy3.9", toxenv: "pypy39"},
{python-version: "pypy3.10", toxenv: "pypy310"},
]
Expand Down

0 comments on commit e071ca0

Please sign in to comment.