ci: python 3.10 added to pytest workflow

This commit is contained in:
Fabian Joswig 2021-12-13 14:54:30 +00:00
parent 615cd05f22
commit 06f4caf579

View file

@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- name: Checkout source