gaia-dpci / GaiaXPy

Gaia BP/RP spectra package
BSD 3-Clause "New" or "Revised" License
36 stars 9 forks source link

Deprecation of Python 3.7 in favour of Python 3.12 #81

Closed druzm closed 7 months ago

druzm commented 7 months ago

Python 3.7 reached its end of life at the end of June 2023, whereas Python 3.12 was released at the beginning of October 2023. GaiaXPy tests currently run for Linux, MacOS, and Windows with Python versions 3.7 to 3.11. Maintaining multiple and especially outdated versions of Python can add unnecessary complexity to the development and testing processes. Therefore, future versions of GaiaXPy will not guarantee compatibility with Python 3.7.

druzm commented 7 months ago

Issue completely solved in commit https://github.com/gaia-dpci/GaiaXPy/commit/3d9d0ab19d930fa9850da9bc84bda8bfc8b42e5c.