deps(python): add Python 3.14 classifiers

This commit is contained in:
Xuehai Pan 2025-05-10 20:18:27 +08:00
parent 6f46807a6d
commit 68d7e95b8a
5 changed files with 6 additions and 4 deletions

View file

@ -50,7 +50,7 @@ jobs:
id: py id: py
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.8 - 3.13" python-version: "3.8 - 3.14"
update-environment: true update-environment: true
- name: Upgrade build dependencies - name: Upgrade build dependencies
@ -129,7 +129,7 @@ jobs:
uses: actions/setup-python@v5 uses: actions/setup-python@v5
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
python-version: "3.8 - 3.13" python-version: "3.8 - 3.14"
update-environment: true update-environment: true
- name: Upgrade pip - name: Upgrade pip

View file

@ -27,7 +27,7 @@ jobs:
id: py id: py
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.13" python-version: "3.8 - 3.14"
update-environment: true update-environment: true
- name: Upgrade pip - name: Upgrade pip

View file

@ -9,7 +9,7 @@ version: 2
build: build:
os: ubuntu-lts-latest os: ubuntu-lts-latest
tools: tools:
python: "3.8" python: latest
jobs: jobs:
post_install: post_install:
- bash docs/source/fix-psutil-docstring.sh - bash docs/source/fix-psutil-docstring.sh

View file

@ -33,6 +33,7 @@ classifiers = [
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Operating System :: Microsoft :: Windows", "Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
"Environment :: GPU", "Environment :: GPU",

View file

@ -30,6 +30,7 @@ classifiers = [
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Operating System :: Microsoft :: Windows", "Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
"Environment :: GPU", "Environment :: GPU",