mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
chore: add Python 3.11 classifiers
Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
parent
d57b441e3b
commit
70f25ef360
3 changed files with 5 additions and 4 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
id: py
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.5 - 3.10"
|
||||
python-version: "3.5 - 3.11"
|
||||
update-environment: true
|
||||
|
||||
- name: Set up Python 3.5
|
||||
|
|
@ -117,7 +117,7 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
python-version: "3.5 - 3.10"
|
||||
python-version: "3.5 - 3.11"
|
||||
update-environment: true
|
||||
|
||||
- name: Set __release__
|
||||
|
|
|
|||
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
id: py
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.5 - 3.10"
|
||||
python-version: "3.5 - 3.11"
|
||||
update-environment: true
|
||||
|
||||
- name: Set up Python 3.5
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Operating System :: Microsoft :: Windows",
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Environment :: GPU",
|
||||
|
|
@ -70,7 +71,7 @@ include = ["nvitop", "nvitop.*"]
|
|||
[tool.black]
|
||||
line-length = 100
|
||||
skip-string-normalization = true
|
||||
target-version = ["py35", "py36", "py37", "py38", "py39", "py310"]
|
||||
target-version = ["py35", "py36", "py37", "py38", "py39", "py310", "py311"]
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue