powsybl / pypowsybl

A PowSyBl and Python integration based on GraalVM native image
Mozilla Public License 2.0
55 stars 12 forks source link

Fix GraalVM CI issue #707

Closed geofjamg closed 8 months ago

geofjamg commented 8 months ago

Please check if the PR fulfills these requirements

Does this PR already have an issue describing the problem?

No

What kind of change does this PR introduce?

CI fix

What is the current behavior?

CI is failing because new version of GraalVM now requires glic >= 2.25

What is the new behavior (if this is a feature change)? We need to use manylinux_2_28_x86_64 container for all python versions.

Does this PR introduce a breaking change or deprecate an API?

If yes, please check if the following requirements are fulfilled

What changes might users need to make in their application due to this PR? (migration steps)

Other information: