added Python versions up to 3.12

pull/348/head
Rui Carmo 2024-06-10 15:01:39 +01:00
rodzic 0c20f62929
commit 9461c12dc6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -10,7 +10,7 @@ jobs:
matrix:
# This range ensures coding standard does not conflict with
# changes in newer Pythons
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3