nanograv / enterprise

ENTERPRISE (Enhanced Numerical Toolbox Enabling a Robust PulsaR Inference SuitE) is a pulsar timing analysis code, aimed at noise analysis, gravitational-wave searches, and timing model analysis.
https://enterprise.readthedocs.io
MIT License
64 stars 65 forks source link

Support for Python 3.11? #350

Closed rossjjennings closed 9 months ago

rossjjennings commented 1 year ago

Currently Enterprise cannot be installed in a Python 3.11 environment (python-requires=">=3.7,<3.11" in setup.py). I don't know how hard it would be to remove this restriction -- is it as simple as bumping the version cap, or is there a real incompatibility? In any case, it's something to think about, especially since 3.11 is now the default Python version on conda-forge.

vhaasteren commented 9 months ago

Solved by #362