diff --git a/setup.cfg b/setup.cfg index c8288b7..c5fffeb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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