Skip to content

Commit 6e6e11f

Browse files
committed
Add python_requires to setup.py
1 parent 3a5dd8c commit 6e6e11f

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
@@ -59,8 +59,6 @@ def pyload(path):
5959

6060
# Specify the Python versions you support here. In particular, ensure
6161
# that you indicate whether you support Python 2, Python 3 or both.
62-
'Programming Language :: Python :: 2',
63-
'Programming Language :: Python :: 2.7',
6462
'Programming Language :: Python :: 3',
6563
'Programming Language :: Python :: 3.4',
6664
'Programming Language :: Python :: 3.5',
@@ -79,6 +77,7 @@ def pyload(path):
7977
packages=find_packages("src"),
8078
package_dir={"": "src"},
8179
package_data={"julia": ["*.jl"]},
80+
python_requires=">=3.4",
8281
extras_require={
8382
# Update `ci/test-upload/tox.ini` when "test" is changed:
8483
"test": [

0 commit comments

Comments
 (0)