Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit cc40da4

Browse files
feat: add support for Python 3.13
1 parent 4aa56ed commit cc40da4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ branchProtectionRules:
1616
- 'Samples - Python 3.10'
1717
- 'Samples - Python 3.11'
1818
- 'Samples - Python 3.12'
19+
- 'Samples - Python 3.13'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"Programming Language :: Python :: 3.10",
8787
"Programming Language :: Python :: 3.11",
8888
"Programming Language :: Python :: 3.12",
89+
"Programming Language :: Python :: 3.13",
8990
"Operating System :: OS Independent",
9091
"Topic :: Internet",
9192
],

0 commit comments

Comments
 (0)