mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
Deprecate Python 3.5 (#804)
This commit is contained in:
parent
6b4cf300ae
commit
f89b086468
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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=[
|
||||
|
|
Loading…
Reference in a new issue