Skip to content

Commit

Permalink
fix #459 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 52d67af commit 8163e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def write_info_py(filename='dill/info.py'):
platforms = ['Linux', 'Windows', 'Mac'],
url = 'https://github.com/uqfoundation/dill',
download_url = 'https://github.com/uqfoundation/dill/releases/download/dill-%s/dill-%s.tar.gz',
python_requires='>=2.7, !=3.0.*',
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 8163e08

Please sign in to comment.