python 3.10 added to pytest workflow

This commit is contained in:
Fabian Joswig 2021-11-01 13:19:37 +00:00
parent 0e8fc7d36a
commit 02dd41b6b7

View file

@ -13,7 +13,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