deps(python): add Python 3.13 classifiers

This commit is contained in:
Xuehai Pan 2024-12-16 00:15:34 +08:00
parent caf5c5d93d
commit d2ffb689c3
4 changed files with 5 additions and 3 deletions

View file

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

View file

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

View file

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

View file

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