Add Python 3.8 testing
Python 3.8 has officially been released (what's new). We should aim to start testing that we can still build in this version ASAP to avoid issues down the line.
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
Python 3.8 has officially been released (what's new). We should aim to start testing that we can still build in this version ASAP to avoid issues down the line.
added Infrastructure label
changed the description
This is currently not possible: we can't built test suites with python 3.8 because scipy -> python[version='>=3.6,<3.7.0a0']
is the current requirement in anaconda. We'll have to wait for anaconda to officially support it.
created merge request !762 (merged) to address this issue
mentioned in merge request !762 (merged)
closed via merge request !762 (merged)
mentioned in commit a06864cf