Skip to content

Commit b227a12

Browse files
authored
Update setup.py to still support python 2.7
1 parent 292e661 commit b227a12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
classifiers=[
6767
'Intended Audience :: Developers',
6868
'Natural Language :: English',
69+
'Programming Language :: Python :: 2',
70+
'Programming Language :: Python :: 2.7',
6971
'Programming Language :: Python :: 3',
7072
'Programming Language :: Python :: 3.5',
7173
'Programming Language :: Python :: 3.6',
@@ -97,7 +99,7 @@
9799
'rethinkdb-repl = rethinkdb.__main__:startInterpreter'
98100
]
99101
},
100-
python_requires=">=3.5",
102+
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, >=3.5",
101103
install_requires=[
102104
'six',
103105
'looseversion'

0 commit comments

Comments
 (0)