Test Cython on Python 3.10

This commit is contained in:
Nikolaus Waxweiler 2022-04-26 11:19:28 +01:00
parent 82319c31fa
commit 2ff36bcef8

View File

@ -66,7 +66,7 @@ jobs:
- name: Set up Python 3.x - name: Set up Python 3.x
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:
python-version: 3.9 python-version: "3.10"
- name: Install packages - name: Install packages
run: pip install tox run: pip install tox
- name: Run Tox - name: Run Tox