Skip to content

Commit

Permalink
add pypy to gh actions test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop committed Sep 20, 2024
1 parent 0cb0f32 commit afdebb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 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"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.7", "pypy3.10"]
include:
# Oldest supported python on MacOS
- python-version: "3.7"
Expand All @@ -65,6 +65,9 @@ jobs:
# Newest supported python on Windows
- python-version: "3.13"
os: windows-latest
# PyPy on Windows
- python-version: "pypy3.10"
os: windows-latest
fail-fast: false

steps:
Expand Down

0 comments on commit afdebb2

Please sign in to comment.