Skip to content

Commit

Permalink
Add pypy 3.8, 3.9 and 3.10 as test targets in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
sodul committed Dec 22, 2023
1 parent 954778a commit c3ebfb5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: [
"3.6", "3.7", "3.8", "3.9", "3.10", "3.11",
"pypy3.8", "pypy3.9", "pypy3.10"
]
exclude:
- os: ubuntu-latest # Ubuntu-latest can only install 3.7+.
python-version: 3.6
Expand All @@ -24,7 +27,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit c3ebfb5

Please sign in to comment.