Skip to content

Commit

Permalink
fixed python classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Apr 4, 2024
1 parent 9f26d1e commit 73cce44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def read_reqs(reqs_name):
classifiers=[
"Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 2.8",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 73cce44

Please sign in to comment.