[workflows:tests] restrict Python 3.12 to '3.12.3'

The changes from .3 to .4 seem to cause errors when running flake8
This commit is contained in:
Mike Fährmann
2024-06-22 15:09:14 +02:00
parent 606202fb04
commit e1dbb4cbe1

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.3", "pypy3.9"]
steps:
- uses: actions/checkout@v4