1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-25 12:12:34 +01:00

[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
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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