Skip to content

Commit

Permalink
Specify pypy version
Browse files Browse the repository at this point in the history
- The pypy v7.3.13, used by GitHub Actions, was failing. So I force to use pypy v7.3.12 that was passing.
- The original PR was done by @EwoutH at #334 and modified by @willianrocha at #398.
  • Loading branch information
darwish authored and alan-barzilay committed Oct 12, 2023
1 parent 8af7d85 commit 55eee29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.9']
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.9-7.3.12']

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
pypy-3.9: pypy3
pypy-3.9-7.3.12: pypy3

[testenv]
setenv =
Expand Down

0 comments on commit 55eee29

Please sign in to comment.