Add py310 testing
pycondor
has a new release, v0.6.0, which fixes the python 3.10 incompatibility issues. This MR updates bilby to test python 3.10.
An issue was discovered with ligo.lw
(see https://git.ligo.org/computing/helpdesk/-/issues/2492). For this reason, the python 3.10 test of the XML converter is now skipped.
Closes #233 (closed)
Merge request reports
Activity
- Resolved by Colm Talbot
@colm.talbot did you mean to edit the gitlab CI file to add in a 3.10 test?
changed milestone to %1.0.7
added 6 commits
-
2652dacc...558d66ca - 5 commits from branch
master
- b7fa8800 - Merge branch 'master' into 233-pycondor-broken-in-python-3-10
-
2652dacc...558d66ca - 5 commits from branch
- Resolved by Colm Talbot
This is now in a state where it is failing because of
pycondor
. Once we have a newpycondor
release, this should pass and we can update.Todo:
- Update the documentation/setup.py with supported versions
added 8 commits
-
25d9a4b0...ac980054 - 6 commits from branch
master
- 59638b73 - Merge branch 'master' into 233-pycondor-broken-in-python-3-10
- 8689fd1d - Add minimum pycondor version
-
25d9a4b0...ac980054 - 6 commits from branch
- Resolved by Colm Talbot
mentioned in issue #246 (closed)
@colm.talbot, thanks for approving, but I was waiting to resolve the XML conversion issues first (I see you created #246 (closed) to track this). FWIW, in the issue here Duncan has explained that the issue is resolved in ligo-lw, but pesummary is currently pinning to an earlier version. I've pinged the pesummary folks to see if that can be resolved, but otherwise we could continue with the current solution and re-implement later on.