mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-21 06:45:24 -06:00
deps(python): add Python 3.14 classifiers
This commit is contained in:
parent
6f46807a6d
commit
68d7e95b8a
5 changed files with 6 additions and 4 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
id: py
|
id: py
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.8 - 3.13"
|
python-version: "3.8 - 3.14"
|
||||||
update-environment: true
|
update-environment: true
|
||||||
|
|
||||||
- name: Upgrade build dependencies
|
- name: Upgrade build dependencies
|
||||||
|
|
@ -129,7 +129,7 @@ jobs:
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
python-version: "3.8 - 3.13"
|
python-version: "3.8 - 3.14"
|
||||||
update-environment: true
|
update-environment: true
|
||||||
|
|
||||||
- name: Upgrade pip
|
- name: Upgrade pip
|
||||||
|
|
|
||||||
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
id: py
|
id: py
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.13"
|
python-version: "3.8 - 3.14"
|
||||||
update-environment: true
|
update-environment: true
|
||||||
|
|
||||||
- name: Upgrade pip
|
- name: Upgrade pip
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ version: 2
|
||||||
build:
|
build:
|
||||||
os: ubuntu-lts-latest
|
os: ubuntu-lts-latest
|
||||||
tools:
|
tools:
|
||||||
python: "3.8"
|
python: latest
|
||||||
jobs:
|
jobs:
|
||||||
post_install:
|
post_install:
|
||||||
- bash docs/source/fix-psutil-docstring.sh
|
- bash docs/source/fix-psutil-docstring.sh
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
|
"Programming Language :: Python :: 3.14",
|
||||||
"Operating System :: Microsoft :: Windows",
|
"Operating System :: Microsoft :: Windows",
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
"Environment :: GPU",
|
"Environment :: GPU",
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
|
"Programming Language :: Python :: 3.14",
|
||||||
"Operating System :: Microsoft :: Windows",
|
"Operating System :: Microsoft :: Windows",
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
"Environment :: GPU",
|
"Environment :: GPU",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue