Skip to content

Commit

Permalink
update setup with python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Mar 25, 2022
1 parent 9adb6ad commit c9cbe43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ def write_info_py(filename='pathos/info.py'):
platforms = ['Linux', 'Windows', 'Mac'],
url = 'https://github.com/uqfoundation/pathos',
download_url = 'https://github.com/uqfoundation/pathos/releases/download/pathos-%s/pathos-%s.tar.gz',
python_requires = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*',
classifiers = ['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ envlist =
# pypy36
pypy37
pypy38
pypy39

[testenv]
deps =
Expand Down

0 comments on commit c9cbe43

Please sign in to comment.