python 3.8.0
@adam-mercer @duncanmmacleod The (very recent) latest python release is now 3.8.0. I tried to set up a venv with this, managed to get most other packages I needed, but pip install lalsuite
fails with
ERROR: Could not find a version that satisfies the requirement lalsuite (from versions: none)
ERROR: No matching distribution found for lalsuite
and indeed neither on the release nor dev download pages on pypi do I see any wheels for cp38.
This is not urgent for me, as I simply went back to 3.7.5 (after taking longer than I'd like to admit to figure out what the problem was...). But I just wanted to check if building for that version is already on your radar for some point in the future?