We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python_requires
1 parent 3a5dd8c commit 6e6e11fCopy full SHA for 6e6e11f
setup.py
@@ -59,8 +59,6 @@ def pyload(path):
59
60
# Specify the Python versions you support here. In particular, ensure
61
# that you indicate whether you support Python 2, Python 3 or both.
62
- 'Programming Language :: Python :: 2',
63
- 'Programming Language :: Python :: 2.7',
64
'Programming Language :: Python :: 3',
65
'Programming Language :: Python :: 3.4',
66
'Programming Language :: Python :: 3.5',
@@ -79,6 +77,7 @@ def pyload(path):
79
77
packages=find_packages("src"),
80
78
package_dir={"": "src"},
81
package_data={"julia": ["*.jl"]},
+ python_requires=">=3.4",
82
extras_require={
83
# Update `ci/test-upload/tox.ini` when "test" is changed:
84
"test": [
0 commit comments