As there's a Walrus, it's not compatible with 3.6/3.7.

This commit is contained in:
Julien Palard 2021-01-15 16:47:55 +01:00
parent 7ff01ceae7
commit 2a27070928
1 changed files with 1 additions and 3 deletions

View File

@ -15,14 +15,12 @@ classifiers =
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
py_modules = ansible_parallel
python_requires = >= 3.6
python_requires = >= 3.8
[options.entry_points]
console_scripts = ansible-parallel=ansible_parallel:main