Skip to content

Commit cb05a81

Browse files
authored
Remove Python 3.6 support (#963)
* Remove Python 3.6 support * Remove unused import
1 parent f99b42b commit cb05a81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"""
44
Install PlexAPI
55
"""
6-
import re
76
try:
87
from setuptools import setup
98
except ImportError:
@@ -31,7 +30,7 @@
3130
url='https://github.com/pkkid/python-plexapi',
3231
packages=['plexapi'],
3332
install_requires=requirements,
34-
python_requires='>=3.6',
33+
python_requires='>=3.7',
3534
long_description=readme,
3635
keywords=['plex', 'api'],
3736
classifiers=[

0 commit comments

Comments
 (0)