1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

Revert "🚧 GitHub Actions: Try testing on Python 3.12"

This reverts commit 801254e1c9.
This commit is contained in:
Mike Gerber 2023-08-04 19:14:53 +02:00
parent 801254e1c9
commit 722aea6b54

View file

@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
# For Python 3.6, we need to fall back to Ubuntu 20.04
runs-on: ${{ matrix.python-version == '3.6' && 'ubuntu-20.04' || 'ubuntu-latest' }}