Skip to content

Commit 216200d

Browse files
authored
Update setup for release supporting python >= 3.5
1 parent 0f7d923 commit 216200d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@
6666
classifiers=[
6767
'Intended Audience :: Developers',
6868
'Natural Language :: English',
69-
'Programming Language :: Python :: 2',
70-
'Programming Language :: Python :: 2.7',
71-
'Programming Language :: Python :: 3',
7269
'Programming Language :: Python :: 3.5',
7370
'Programming Language :: Python :: 3.6',
7471
'Programming Language :: Python :: 3.7',
@@ -95,7 +92,7 @@
9592
'rethinkdb-repl = rethinkdb.__main__:startInterpreter'
9693
]
9794
},
98-
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
95+
python_requires=">=3.5",
9996
install_requires=[
10097
'six'
10198
],

0 commit comments

Comments
 (0)