Skip to content

Commit

Permalink
Add python_requires to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Nov 3, 2022
1 parent 3a5dd8c commit 6e6e11f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ def pyload(path):

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand All @@ -79,6 +77,7 @@ def pyload(path):
packages=find_packages("src"),
package_dir={"": "src"},
package_data={"julia": ["*.jl"]},
python_requires=">=3.4",
extras_require={
# Update `ci/test-upload/tox.ini` when "test" is changed:
"test": [
Expand Down

0 comments on commit 6e6e11f

Please sign in to comment.