gh-workflows: Bump lowest version to 3.11
Some checks are pending
CI / validation (push) Waiting to run
CI / unit-tests (push) Waiting to run
CI / Produce Pull Request payload artifact (push) Waiting to run

This commit is contained in:
ItsDrike 2024-07-13 13:20:54 +02:00
parent 64ba764447
commit 49277d4ee6
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -11,7 +11,7 @@ jobs:
fail-fast: false # Allows for matrix sub-jobs to fail without cancelling the rest
matrix:
platform: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.12"]
python-version: ["3.11", "3.12"]
steps:
- name: Checkout repository