Merge pull request #109 from seebye/python-requirements

update the minimum required python version
pull/119/head
seebye 4 years ago committed by GitHub
commit 38766f6d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,7 +96,7 @@ setuptools.setup(
# https://packaging.python.org/en/latest/requirements.html
install_requires=['python-xlib', 'pillow', 'docopt',
'psutil', 'attrs>=18.2.0'], # Optional
python_requires='>=3.5',
python_requires='>=3.6',
# List additional URLs that are relevant to your project as a dict.
#

Loading…
Cancel
Save