1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-12-22 00:46:18 +00:00

Update GitHub Actions to use current Python versions

This commit is contained in:
Alban Féron 2024-12-15 12:20:51 +01:00
parent 38f4874803
commit a717a0905e
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165

View File

@ -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