Skip to content

Commit 0f53edc

Browse files
njzjzwanghan-iapcm
andauthored
CI: bump Python maximum test version to 3.13 (#5086)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * CI test matrix updated to run against Python 3.13 in addition to existing versions, ensuring automated tests cover the new interpreter. * Project metadata/classifiers updated to declare official support for Python 3.13, reflecting compatibility in package information. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@ustc.edu.cn> Co-authored-by: Han Wang <92130845+wanghan-iapcm@users.noreply.github.com>
1 parent 09486c5 commit 0f53edc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
group: [1, 2, 3, 4, 5, 6]
22-
python: ["3.10", "3.12"]
22+
python: ["3.10", "3.13"]
2323

2424
steps:
2525
- uses: actions/checkout@v6
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
fail-fast: false
8787
matrix:
88-
python: ["3.10", "3.12"]
88+
python: ["3.10", "3.13"]
8989
needs: testpython
9090
steps:
9191
- name: Get durations from cache

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.10",
3333
"Programming Language :: Python :: 3.11",
3434
"Programming Language :: Python :: 3.12",
35+
"Programming Language :: Python :: 3.13",
3536
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
3637
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3738
"Topic :: Scientific/Engineering :: Physics",

0 commit comments

Comments
 (0)