Skip to content

Commit

Permalink
GitHub Actions: test pypy3.9, remove pypy3.7
Browse files Browse the repository at this point in the history
With pypy3.7 there were test failures related to lxml. I assume these started to
occur because lxml 5.1.0 is actually incompatible with pypy3.7 but does not declare
that version as incompatible.
  • Loading branch information
FelixSchwarz committed Feb 21, 2024
1 parent 8f42066 commit 996dc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "pypy-3.7", "pypy-3.8"]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "pypy-3.8", "pypy-3.9"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 996dc73

Please sign in to comment.