Skip to content

Commit f89b086

Browse files
authored
Deprecate Python 3.5 (#804)
1 parent 6b4cf30 commit f89b086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
url='https://github.com/pkkid/python-plexapi',
3636
packages=['plexapi'],
3737
install_requires=requirements,
38-
python_requires='>=3.5',
38+
python_requires='>=3.6',
3939
long_description=readme,
4040
keywords=['plex', 'api'],
4141
classifiers=[

0 commit comments

Comments
 (0)