[ci] test on pypy3.9

pypy3.8 segfaulted for some reasons... Don't have time to investigate. Anyway, only pypy3.9 and 3.10 are listed on PyPy website's official download page currently so I suppose we should just test on 3.9 as the minimum pypy3
This commit is contained in:
Cosimo Lupo 2023-11-03 10:40:58 +00:00
parent 6d43bd7e11
commit e1b0dab9d2

View File

@ -92,7 +92,7 @@ jobs:
- name: Set up Python pypy3
uses: actions/setup-python@v4
with:
python-version: "pypy-3.8"
python-version: "pypy-3.9"
- name: Install packages
run: pip install tox
- name: Run Tox