Skip to content

Commit

Permalink
Add testing for PyPy 3.9 and 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjanvalur committed Sep 3, 2023
1 parent 7b7ae5c commit 11af2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-beta.2"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-beta.2", "pypy3.9", "pypy3.10", ]
include:
- os: windows-latest
python-version: '3.8'
Expand Down

0 comments on commit 11af2fd

Please sign in to comment.