Re: [sage-devel] Adding functionality that depends on upgrading a standard package.

2024-10-31 Thread Michael Orlitzky
On 2024-10-31 03:55:40, mmarco wrote: > I recently released a new version of libbraiding that exposes new > functionality, in order to use those new functions from Sage (see #38887). > > However, the CI tests fail because they use the old version (taken from the > system, instead of installing

[sage-devel] Adding functionality that depends on upgrading a standard package.

2024-10-31 Thread mmarco
I recently released a new version of libbraiding that exposes new functionality, in order to use those new functions from Sage (see #38887). However, the CI tests fail because they use the old version (taken from the system, instead of installing the new spkg). Which is the right way to procee