Skip to content

Commit a15ad2d

Browse files
committed
build: 添加 Python 3.14 支持,测试矩阵更新为 3.9/3.10/3.13/3.14
1 parent 54841de commit a15ad2d

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test: # This code is based on https://github.com/gaogaotiantian/viztracer/blob/master/.github/workflows/python-package.yml
1717
strategy:
1818
matrix:
19-
python-version: ['3.9', '3.10', '3.11', '3.13']
19+
python-version: ['3.9', '3.10', '3.13', '3.14']
2020
os: [ ubuntu-latest ]
2121
runs-on: ${{ matrix.os }}
2222
timeout-minutes: 5

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers=[
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
2020
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
2122
"Operating System :: MacOS",
2223
"Operating System :: POSIX :: Linux",
2324
"Operating System :: Microsoft :: Windows",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
classifiers=[
3838
"Development Status :: 4 - Beta",
3939
"Intended Audience :: Developers",
40-
4140
"Programming Language :: Python :: 3.9",
4241
"Programming Language :: Python :: 3.10",
4342
"Programming Language :: Python :: 3.11",
4443
"Programming Language :: Python :: 3.12",
4544
"Programming Language :: Python :: 3.13",
45+
"Programming Language :: Python :: 3.14",
4646
"Operating System :: MacOS",
4747
"Operating System :: POSIX :: Linux",
4848
"Operating System :: Microsoft :: Windows",

0 commit comments

Comments
 (0)