Skip to content

Commit 0330f95

Browse files
authored
Merge pull request #12678 from shenxianpeng/update-classifier
Update classifier to support Python 3.13
2 parents d5c8c11 + d7e09f2 commit 0330f95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

news/12678.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update classifier to support Python 3.13

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.10",
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
2122
"Programming Language :: Python :: Implementation :: CPython",
2223
"Programming Language :: Python :: Implementation :: PyPy",
2324
]

0 commit comments

Comments
 (0)