mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
deps(python): add Python 3.13 classifiers
This commit is contained in:
parent
caf5c5d93d
commit
d2ffb689c3
4 changed files with 5 additions and 3 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
id: py
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.7 - 3.12"
|
||||
python-version: "3.7 - 3.13"
|
||||
update-environment: true
|
||||
|
||||
- name: Set up Python 3.7
|
||||
|
|
@ -140,7 +140,7 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
python-version: "3.7 - 3.12"
|
||||
python-version: "3.7 - 3.13"
|
||||
update-environment: true
|
||||
|
||||
- name: Upgrade pip
|
||||
|
|
|
|||
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
id: py
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.7 - 3.12"
|
||||
python-version: "3.7 - 3.13"
|
||||
update-environment: true
|
||||
|
||||
- name: Set up Python 3.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue