test on latest pypy that supports python 3.7

This commit is contained in:
Cosimo Lupo 2021-09-27 14:37:20 +02:00
parent 64299aa4b1
commit 37b2687a9b

View File

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