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

⚙ GitHub Actions: Don't test on Python 3.8 anymore

This commit is contained in:
Mike Gerber 2025-04-16 09:25:44 +02:00
parent 7f8a8dd564
commit badfa9c99e

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.9", "3.10", "3.11", "3.12", "3.13" ]
runs-on: "ubuntu-latest"