andim / noisyopt

Python library for optimizing noisy functions.
http://noisyopt.readthedocs.io/
MIT License
87 stars 15 forks source link

JOSS review: python version compatibility #6

Closed nirum closed 7 years ago

nirum commented 7 years ago

I tested noisyopt with python 2.7, 3.4, 3.5, and 3.6 and it worked with all of them--is there a reason why the repo badges (and PyPI) only list 2.7 and 3.5 as being compatible versions? Seems to me like you could support 3.4 and 3.6 as well without any extra effort. (especially 3.6, since that is the current version of python)

andim commented 7 years ago

2.7 and 3.5 are the versions that I have been testing it for (e.g. on travis ci https://travis-ci.org/andim/noisyopt).

I indeed expect it to work on other python 3 versions. I have added 3.6 to travisCI and will try to update the versions on PyPI accordingly.

nirum commented 7 years ago

👍