Skip to content

Commit

Permalink
Replace pypy3.7 with pypy3.8 in CI pipelines
Browse files Browse the repository at this point in the history
The pypy3.7 does not support typed-ast which is a requirement in the mypy version supporting Python 3.7
  • Loading branch information
fohrloop committed Sep 20, 2024
1 parent afdebb2 commit 6431127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
matrix:
os: [ubuntu-latest]
# All supported python versions on linux
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.7", "pypy3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.8", "pypy3.10"]
include:
# Oldest supported python on MacOS
- python-version: "3.7"
Expand Down

0 comments on commit 6431127

Please sign in to comment.