Closed glatterf42 closed 3 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.9%. Comparing base (
02c887a
) to head (352cd7b
). Report is 14 commits behind head on main.
🚨 Try these New Features:
Is this the last thing we were waiting on to complete and merge #544? Can we maybe cherry-pick this commit onto the branch for that PR and rebase it?
Not so sure: I tried what you suggested, but we still see error messages from bottle and pretenders. These might come down to https://github.com/pretenders/pretenders/issues/153, i.e. pretenders not being maintained anymore, while the latest bottle version actually supports Python 3.13. I'm not too sure what we can do about that. To get the CI to pass again tomorrow, I'd be in favor of merging this PR first.
These might come down to pretenders/pretenders#153, i.e. pretenders not being maintained anymore, while the latest bottle version actually supports Python 3.13. I'm not too sure what we can do about that.
This one wasn't in the description of #544, so reading the description I had the wrong impression that all upstream issues were resolved. I'll add it now.
Superseded by #544.
JPype1 just released their version 1.5.1, which now supports Python 3.13 :) Unfortunately, it also broke our CI test suite, but only two parts that we initially adjusted for Python 3.12 and JPype1 1.5.0, so this PR simply reverts these changes, hoping it should let the tests pass again.
How to review
PR checklist