mirror of https://github.com/nicolargo/glances.git
support for Python from 3.9 to 3.14
Link: https://devguide.python.org/versions/
This commit is contained in:
parent
25da171479
commit
c3a0e277a6
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.13"
|
||||
python-version: "3.14"
|
||||
- name: Install pypa/build
|
||||
run: >-
|
||||
python3 -m
|
||||
|
|
|
|||
Loading…
Reference in New Issue