astropy / astroquery

Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8
http://astroquery.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
699 stars 397 forks source link

BUG: fix an incoming incompatibility with Python 3.15 (`locale.getdefaultlocale` is deprecated in Python 3.12) #3070

Open neutrinoceros opened 2 months ago

neutrinoceros commented 2 months ago

See https://docs.python.org/3/library/locale.html#locale.getdefaultlocale and https://docs.python.org/3/library/locale.html#locale.getencoding

neutrinoceros commented 2 months ago

Good question. I think it originated in astropy-helpers, and package-template has this to say about it

Next you should remove the ah_bootstrap.py file:

so maybe it should just be removed here instead of fixed ?