Changed minimal Python version to 3.4.

The plug-ins import uses Python 3.4 stuff.
This commit is contained in:
SET 2020-08-18 21:33:40 -03:00
parent fe5bde9bd3
commit 227506e7b5
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ setup(name='kibot',
],
platforms='POSIX',
license='GPL-3.0',
python_requires='>=3.2',
python_requires='>=3.4',
)