wtbarnes / fiasco

Python interface to the CHIANTI atomic database
http://fiasco.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
20 stars 15 forks source link

Compatibility with Python 3.12 #246

Closed wtbarnes closed 1 month ago

wtbarnes commented 5 months ago

Currently, fiasco is not compatible with Python 3.12 because we depend on plasmapy which depends on numba and numba is not yet compatible with Python 3.12. Once a numba release includes Python 3.12 compatibility, should bumpy minimum version to 3.10 and start testing on 3.12.

wtbarnes commented 1 month ago

Closed by #286