Remove Python 3.7 from syntax checker and add 3.11 and 3.12
This commit is contained in:
2
.github/workflows/python-syntax-checker.yml
vendored
2
.github/workflows/python-syntax-checker.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user