8000 Update python requires in setup.py · encode/django-rest-framework@7934b47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7934b47

Browse files
committed
Update python requires in setup.py
1 parent 3544585 commit 7934b47

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
@@ -83,7 +83,7 @@ def get_version(package):
8383
packages=find_packages(exclude=['tests*']),
8484
include_package_data=True,
8585
install_requires=["django>=2.2", "pytz"],
86-
python_requires=">=3.5",
86+
python_requires=">=3.6",
8787
zip_safe=False,
8888
classifiers=[
8989
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)
0