Skip to content

Commit

Permalink
fix: python version
Browse files Browse the repository at this point in the history
  • Loading branch information
chakib-belgaid committed May 5, 2020
1 parent 7547636 commit e2cc223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ author = Chakib Belgaid, Arthur d'Azémar, Romain Rouvoy
author_email = [email protected]
license = MIT License
classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.7
License :: OSI Approved :: MIT License
project_urls =
Expand All @@ -20,7 +20,7 @@ project_urls =
[options]
zip_safe = False
include_package_data = True
python_requires = >= 3.8
python_requires = >= 3.7
packages = find:
test_suite = tests
setup_requires =
Expand Down

0 comments on commit e2cc223

Please sign in to comment.