replace py3.5 with 3.10 in github workflow

fixes #133
This commit is contained in:
caryoscelus 2022-09-09 12:41:09 +00:00
parent 8c1513ee8c
commit 44271420e5

View file

@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 16
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v2