fix required python version

This commit is contained in:
Robert Kaussow 2020-04-05 22:43:32 +02:00
parent 209d5b3d2e
commit 32c6eb24e7

View File

@ -40,7 +40,7 @@ setup(
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
packages=find_packages(exclude=["*.tests", "tests", "tests.*"]), packages=find_packages(exclude=["*.tests", "tests", "tests.*"]),
package_data={"ansiblelater": ["data/*"]}, package_data={"ansiblelater": ["data/*"]},
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,,!=3.4.*", python_requires=">=3.5,<4",
classifiers=[ classifiers=[
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Environment :: Console", "Environment :: Console",