Skip to content

Commit

Permalink
Merge pull request #12678 from shenxianpeng/update-classifier
Browse files Browse the repository at this point in the history
Update classifier to support Python 3.13
  • Loading branch information
sbidoul authored Oct 12, 2024
2 parents d5c8c11 + d7e09f2 commit 0330f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/12678.trivial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update classifier to support Python 3.13
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand Down

0 comments on commit 0330f95

Please sign in to comment.