Skip to content

Commit a81224d

Browse files
authored
set python_requires metadata in setup.py (#109)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
1 parent a93ce22 commit a81224d

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
@@ -38,6 +38,7 @@
3838
],
3939
setup_requires=setup_requires,
4040
version=version,
41+
python_requires='~=3.5',
4142
classifiers=[
4243
"Development Status :: 4 - Beta",
4344
"License :: OSI Approved :: MIT License",
@@ -47,7 +48,6 @@
4748
"Operating System :: POSIX :: Linux",
4849
"Operating System :: MacOS :: MacOS X",
4950
"Operating System :: POSIX :: SunOS/Solaris",
50-
"Programming Language :: Python :: 3.4",
5151
"Programming Language :: Python :: 3.5",
5252
"Programming Language :: Python :: 3.6",
5353
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)