Skip to content

Commit

Permalink
Merge pull request #1203 from jakob-keller/declare-python-3.13-support
Browse files Browse the repository at this point in the history
Declare support for Python 3.13
  • Loading branch information
jakob-keller authored Sep 10, 2024
2 parents 283eca5 + a88c8a4 commit 9e0ad8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Environment :: Web Environment',
'Framework :: AsyncIO',
]
Expand Down

0 comments on commit 9e0ad8c

Please sign in to comment.