1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-25 19:49:54 +02:00

🧹 Remove support for Python 3.8 (EOL)

This commit is contained in:
Mike Gerber 2025-06-13 17:35:37 +02:00
parent c6e565588b
commit b0f9a81322
2 changed files with 2 additions and 2 deletions

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"