Skip to content

Commit

Permalink
Add python_requires to setup.json (#3574)
Browse files Browse the repository at this point in the history
This will allow `pip>=9.0` to install a version of the package that is
compatible with the current python runtime.
  • Loading branch information
sphuber authored Nov 26, 2019
1 parent 6a66c6b commit 4ad8d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "The AiiDA team",
"author_email": "developers@aiida.net",
"include_package_data": true,
"python_requires": ">=2.7,!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"classifiers": [
"Framework :: AiiDA",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 4ad8d2b

Please sign in to comment.