lbl-anp / becquerel

Becquerel is a Python package for analyzing nuclear spectroscopic measurements.
Other
44 stars 16 forks source link

Python 3.9 support #243

Closed jccurtis closed 2 years ago

jccurtis commented 3 years ago

We currently don't support python3.9 explicitly because of missing pypi wheel support for llvmlite. Python3.9 will be supported by numba very soon (currently in beta). That said, you still need to compile llvmlite yourself. For now, becquerel does not officially support python 3.9 but it will likely work if you can install numba and llvmlite.

cosama commented 2 years ago

We do support python3.9 for a while now. Closing