mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
CI: Remove Python 3.7 and add 3.13 instead
Python 3.7 seems to be no longer available. > Error: Version 3.7 with arch x64 not found
This commit is contained in:
parent
3ee11c71a8
commit
855298261e
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9, 3.11, 3.12]
|
||||
python-version: [3.8, 3.9, 3.11, 3.12, 3.13]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
Loading…
x
Reference in New Issue
Block a user