fix required python version

This commit is contained in:
Robert Kaussow 2020-04-05 22:43:32 +02:00
parent 209d5b3d2e
commit 32c6eb24e7
1 changed files with 1 additions and 1 deletions

View File

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