Skip to content

Commit

Permalink
deps(python): add Python 3.13 classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Dec 15, 2024
1 parent caf5c5d commit d2ffb68
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions nvitop-exporter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Environment :: GPU",
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Environment :: GPU",
Expand Down

0 comments on commit d2ffb68

Please sign in to comment.