Skip to content

Commit

Permalink
updated classifiers
Browse files Browse the repository at this point in the history
added support for python 3.8, 3.9, 3.10
  • Loading branch information
anukaal committed Jan 14, 2022
1 parent a9b8a0f commit 082f6de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -23,6 +23,9 @@ def get_package_data():
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
"Programming Language :: Python :: 3.8"
"Programming Language :: Python :: 3.9"
"Programming Language :: Python :: 3.10"
],
packages=find_packages(),
package_data=get_package_data(),
Expand Down

0 comments on commit 082f6de

Please sign in to comment.