Skip to content

Commit

Permalink
chore(setup.py): add python 11 classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non authored Jan 10, 2023
1 parent 0d9a6f7 commit b74b43c
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 @@ -98,6 +98,7 @@ def run_tests(self):
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python :: Implementation :: CPython',
Expand Down

0 comments on commit b74b43c

Please sign in to comment.