Skip to content

Commit 5db4f63

Browse files
committed
🧪 Declare support for Python 3.13 🐍
1 parent 6a1246c commit 5db4f63

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@ jobs:
655655
# NOTE: The latest and the lowest supported Pythons are prioritized
656656
# NOTE: to improve the responsiveness. It's nice to see the most
657657
# NOTE: important results first.
658+
- 3.13
658659
- 3.12
659660
- 3.11
660661
- >-

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
31+
"Programming Language :: Python :: 3.13",
3132
"Programming Language :: Python :: Implementation",
3233
"Programming Language :: Python :: Implementation :: CPython",
3334
"Programming Language :: Python :: Implementation :: Jython",

0 commit comments

Comments
 (0)