Skip to content

Commit

Permalink
hotfix to setup.py (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkirgizov authored Feb 23, 2023
1 parent 9a3c4a2 commit 50bc79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _get_requirements(req_name: str):
classifiers=[
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
'Programming Language :: Python :: 3.10'
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
)

0 comments on commit 50bc79b

Please sign in to comment.