Updated minimum Python version to 3.7

dataclasses and subprocess.run(capture_output) needs 3.7
This commit is contained in:
Salvador E. Tropea 2023-08-08 11:23:17 -03:00
parent 67ae12bf1d
commit fbdd6ea358
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@ setup(name='kibot',
], ],
platforms='POSIX', platforms='POSIX',
license='GPL-3.0', license='GPL-3.0',
python_requires='>=3.6', python_requires='>=3.7',
) )