Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
Add classifiers for Python 3.9 and 3.10 to setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
impredicative committed Jan 19, 2022
1 parent 20ad963 commit cd3aa48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def parse_requirements(filename: str) -> List[str]:
classifiers=[ # https://pypi.org/classifiers/
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down

0 comments on commit cd3aa48

Please sign in to comment.