Prepare release v3.8.1#292
Merged
Merged
Conversation
* Dropped support for Python 3.8 and 3.9; added support for Python 3.14 * Updated some outdated GitHub actions
Auditwheel failed because it couldn't find the Boost libraries. Added `LD_LIBRARY_PATH` to the environemt, using a hard-coded path to where the `casacore` build put those libraries. TODO: Fix hard-coded path? We could replace it by an environment variable that must be set by the `casacore` build, but that solution is just as fragile as using the hard-coded path. We somehow need to transparently transfer knowledge about the location of those libraries. Since these Boost libraries are Python version specific we do _not_ want to install them in `/usr/local/lib`!
Do not use the casacore base image based on `master`, but the one based on `v3.8.1`.
Bump the version of the GitHub actions we use to the latest released version.
Drop Ubuntu 22.04, add Ubuntu 26.04. Use Numpy 2.x
Run Linux workflow only with `ubuntu-latest` Run Build Release workflow also for `macos-latest`
We cannot build wheels for MacOS, because: 1. `pyproject.toml` only defines x86_64 targets 2. we do not build `casacore` docker images for MacOS
Collaborator
Author
|
I think this covers everything needed to release 3.8.1. But maybe I missed something. |
tammojan
approved these changes
Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepare for a new v3.8.1 release that will be based on
casacorev3.8.1