Skip to content

Commit

Permalink
ci: add pypy3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
Closes: #99
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
thesamesam authored and arthurzam committed Jan 19, 2024
1 parent 07aa789 commit 0fa8434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', 'pypy3.10']
experimental: [false]
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 0fa8434

Please sign in to comment.