pingswept / pysolar

Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.
http://pysolar.org
GNU General Public License v3.0
372 stars 125 forks source link

Build broken for Python 3.7-dev, but for no good reason. #121

Closed pingswept closed 4 years ago

pingswept commented 4 years ago

See Travis CI results for patch 117 and the reversion of the same patch. Something is screwy there, and the problem is probably not the patch, as it's just a documentation change, and it has been reverted. Must be that the Python 3.7-dev test changed somehow. Solution might be just to drop 3.7-dev test and add 3.8 instead.

pingswept commented 4 years ago

I fixed this. We are now passing on 3.7 and 3.8.