Skip to content

Commit

Permalink
fixing github actions for pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Nov 26, 2024
1 parent 05a5182 commit 4850596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
timeout-minutes: 4
strategy:
matrix:
python-version: ['pypy3', '3.9', '3.10', '3.11', '3.12'] # Maybe soon?, '3.13']
python-version: ['pypy3.9', 'pypy3.10', '3.9', '3.10', '3.11', '3.12'] # Maybe soon?, '3.13']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4850596

Please sign in to comment.