Test with newer, stable Python 3.10

I forgot to bump this version after 3.10 was released.
This commit is contained in:
Jakub Stasiak 2021-12-20 22:21:59 +01:00
parent ba0409d40b
commit fa5fd3f89a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-alpha.5, pypy3]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}