GitHub Actions: Don't run the Pypy 3.8 job anymore.

Fixes ticket: 4130.
This commit is contained in:
Florian Sesser 2024-11-19 23:05:00 +00:00
parent e27a8300d9
commit 869c166db2

View File

@ -48,8 +48,6 @@ jobs:
- os: macos-12
python-version: "3.12"
# We only support PyPy on Linux at the moment.
- os: ubuntu-latest
python-version: "pypy-3.8"
- os: ubuntu-latest
python-version: "pypy-3.9"
- os: ubuntu-latest