Deprecate Python 3.5 (#804)

This commit is contained in:
jjlawren 2021-07-26 20:53:19 -05:00 committed by GitHub
parent 6b4cf300ae
commit f89b086468
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ setup(
url='https://github.com/pkkid/python-plexapi',
packages=['plexapi'],
install_requires=requirements,
python_requires='>=3.5',
python_requires='>=3.6',
long_description=readme,
keywords=['plex', 'api'],
classifiers=[