Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
minimum python =3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
justusschock committed Apr 30, 2020
1 parent 9643f41 commit 79c815e
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 @@ -39,7 +39,7 @@ def read_file(file):
long_description_content_type='text/markdown',
install_requires=requirements,
tests_require=["coverage"],
python_requires=">=3.7",
python_requires=">=3.6",
author="PhoenixDL",
maintainer='Michael Baumgartner, Justus Schock',
maintainer_email='justus.schock@rwth-aachen.de',
Expand Down

0 comments on commit 79c815e

Please sign in to comment.