Aktualisieren von run_pytest.yml

v3.8 entfernt
This commit is contained in:
KoenigMjr 2025-06-10 11:47:28 +02:00 committed by GitHub
parent 0ba26181f3
commit 889d00e660
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']
runs-on: ${{matrix.os}}
steps: