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

⚙ GitHub Actions: Test on Python 3.14

This commit is contained in:
Mike Gerber 2025-04-16 10:38:32 +02:00
parent addb572922
commit 07328e1b91

View file

@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
runs-on: "ubuntu-latest"