gwastro / pycbc

Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
http://pycbc.org
GNU General Public License v3.0
313 stars 347 forks source link

need update Python version (>= 3.12) for future LALSuite and BBHx #4673

Open WuShichao opened 5 months ago

WuShichao commented 5 months ago

(1) LALSuite doesn't support python3.12 right now; (2) BBHx wants to require python >= 3.12. The temporary fix for BBHx is here https://github.com/gwastro/pycbc/pull/4672

titodalcanton commented 3 weeks ago

lalsuite 7.23 was released a couple days ago with Python 3.12 support. For BBHx, see the discussion at https://github.com/mikekatz04/BBHx/issues/16.

WuShichao commented 3 weeks ago

lalsuite 7.23 was released a couple days ago with Python 3.12 support. For BBHx, see the discussion at mikekatz04/BBHx#16.

Yeah, when the BBHx issues are fixed, we can close this Python 3.12 issue.