chg: change python versions in actions

pull/6/head
Raphaël Vinot 2022-05-13 16:39:59 +02:00
parent fb76b6d98b
commit b92e119ce4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.8, 3.9, "3.10"]
steps: