1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

bump python required version

This commit is contained in:
Kelly Brazil
2019-11-04 08:09:19 -08:00
parent c220e35b14
commit 0a891f0add
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ setuptools.setup(
license='MIT',
long_description=long_description,
long_description_content_type='text/markdown',
python_requires='~=3.4',
python_requires='~=3.6',
url='https://github.com/kellyjonbrazil/jc',
packages=setuptools.find_packages(),
entry_points={