detail 3.10 version number to avoid mis-parsing

pull/224/head
Rui Carmo 2021-12-07 10:03:55 +00:00
rodzic 1359f0b77b
commit 7aac516a7b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -10,7 +10,7 @@ jobs:
matrix:
# This is currently overkill since we are targeting 3.5
# but affords us visibility onto syntax changes in newer Pythons
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0]
steps:
- uses: actions/checkout@v1