Remove Python 3.7 from syntax checker and add 3.11 and 3.12
Some checks failed
Python syntax checker / build (3.10) (push) Has been cancelled
Python syntax checker / build (3.11) (push) Has been cancelled
Python syntax checker / build (3.12) (push) Has been cancelled
Python syntax checker / build (3.8) (push) Has been cancelled
Python syntax checker / build (3.9) (push) Has been cancelled
Python syntax checker / build (3.x) (push) Has been cancelled

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: strategy:
matrix: matrix:
# version range and latest minor release (possibly 3.9.1) # 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: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4