gh-workflows: Bump lowest version to 3.11
This commit is contained in:
parent
64ba764447
commit
49277d4ee6
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue