Skip to content

Commit 9e0ad8c

Browse files
authored
Merge pull request #1203 from jakob-keller/declare-python-3.13-support
Declare support for Python 3.13
2 parents 283eca5 + a88c8a4 commit 9e0ad8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
'Programming Language :: Python :: 3.10',
2323
'Programming Language :: Python :: 3.11',
2424
'Programming Language :: Python :: 3.12',
25+
'Programming Language :: Python :: 3.13',
2526
'Environment :: Web Environment',
2627
'Framework :: AsyncIO',
2728
]

0 commit comments

Comments
 (0)