Remove Python 3.7 from syntax checker and add 3.11 and 3.12

This commit is contained in:
Ircama
2024-10-13 23:59:23 +02:00
parent bf0b7d74e5
commit c863a4c3f0

View File

@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# version range and latest minor release (possibly 3.9.1)
python-version: ['3.7', '3.8', '3.9', '3.10', '3.x']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.x']
steps:
- uses: actions/checkout@v4