chore: add Python 3.11 classifiers

Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
Xuehai Pan 2022-11-24 21:41:32 +08:00
parent d57b441e3b
commit 70f25ef360
3 changed files with 5 additions and 4 deletions

View file

@ -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__

View file

@ -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

View file

@ -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"