Skip to content

Commit

Permalink
Add Python 3.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Legner committed Nov 4, 2022
1 parent 52e9cab commit a0b94e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/872.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added Python 3.11 support
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def read(f):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Development Status :: 5 - Production/Stable",
],
author="Andrew Svetlov",
Expand Down

0 comments on commit a0b94e3

Please sign in to comment.