mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 08:56:17 +00:00
Update GitHub Actions to use current Python versions
This commit is contained in:
parent
38f4874803
commit
a717a0905e
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
@ -25,12 +25,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version:
|
python-version:
|
||||||
- 3.7
|
|
||||||
- 3.8
|
|
||||||
- 3.9
|
- 3.9
|
||||||
- "3.10"
|
- "3.10"
|
||||||
- "3.11"
|
- "3.11"
|
||||||
- "3.12"
|
- "3.12"
|
||||||
|
- "3.13"
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user