Skip to content

Commit

Permalink
Declare support for Python 3.11 @ package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Aug 1, 2022
1 parent dcced6d commit 0c6ec42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def sanitize_rst_roles(rst_source_text: str) -> str:
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Internet :: WWW/HTTP",
],
author="Andrew Svetlov",
Expand Down

0 comments on commit 0c6ec42

Please sign in to comment.