Specify pypy version

- 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.
This commit is contained in:
darwish 2023-10-12 11:55:40 -03:00 committed by Alan Barzilay
parent 8af7d85a74
commit 55eee298ec
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 =