CI python versions changed

This commit is contained in:
Fabian Joswig 2021-10-12 14:28:32 +01:00
parent 83fc7c4629
commit 0efd8a3c6d
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.5", "3.6", "3.8"]
python-version: ["3.6", "3.8", "3.10"]
steps:
- name: Checkout source