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

require python v3.7 and above since v3.6 is now deprecated

This commit is contained in:
Kelly Brazil
2022-02-03 09:21:20 -08:00
parent 021e296d45
commit 2986771f07

View File

@ -17,7 +17,7 @@ setuptools.setup(
license='MIT',
long_description=long_description,
long_description_content_type='text/markdown',
python_requires='>=3.6',
python_requires='>=3.7',
url='https://github.com/kellyjonbrazil/jc',
packages=setuptools.find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']),
entry_points={