[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:
parent
6d43bd7e11
commit
e1b0dab9d2
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user