zblz / naima

Derivation of non-thermal particle distributions through MCMC spectral fitting
http://naima.readthedocs.io
BSD 3-Clause "New" or "Revised" License
45 stars 54 forks source link

Python 3.6 and 3.7 support? #178

Closed cdeil closed 5 years ago

cdeil commented 5 years ago

@zblz - What are the supported Python 3 versions of Naima?

Here I see Python 3.4 and 3.5:

https://github.com/zblz/naima/blob/e4aac9771ddb45576c954660b07ba81870525e82/setup.py#L124 https://naima.readthedocs.io/en/latest/installation.html

Here I see 3.6 packages: https://anaconda.org/conda-forge/naima/files

In Gammapy, we currently support 2.7, 3.5, 3.6, 3.7.

@bultako - you had a conda install issue on Python 3.7? Probably not a real issue, just the fact that no Python 3.7 conda package was built at https://anaconda.org/conda-forge/naima/files ?

@zblz - Could you please clarify the supported Python versions, and if possible add a Python 3.7 build on conda-forge?

zblz commented 5 years ago

Naima is tested on 2.7, 3.6, and 3.7. I'll update the package tags and the installation docs. I'm also fixing the conda-forge build as the feedstock needed rerendering to build the 3.7 package.