mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -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
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.8 - 3.13"
|
||||
python-version: "3.8 - 3.14"
|
||||
update-environment: true
|
||||
|
||||
- name: Upgrade build dependencies
|
||||
|
|
@ -129,7 +129,7 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
python-version: "3.8 - 3.13"
|
||||
python-version: "3.8 - 3.14"
|
||||
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.13"
|
||||
python-version: "3.8 - 3.14"
|
||||
update-environment: true
|
||||
|
||||
- name: Upgrade pip
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ version: 2
|
|||
build:
|
||||
os: ubuntu-lts-latest
|
||||
tools:
|
||||
python: "3.8"
|
||||
python: latest
|
||||
jobs:
|
||||
post_install:
|
||||
- bash docs/source/fix-psutil-docstring.sh
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: 3.14",
|
||||
"Operating System :: Microsoft :: Windows",
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Environment :: GPU",
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: 3.14",
|
||||
"Operating System :: Microsoft :: Windows",
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Environment :: GPU",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue