GUDHI / gudhi-devel

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.
https://gudhi.inria.fr/
MIT License
254 stars 65 forks source link

avoid node16 in github action #1104

Open mglisse opened 3 months ago

mglisse commented 3 months ago

1047 and #1103 try to avoid using node20 in the linux github action (and #1103 only touched the build action, not the packaging one), but node16 is going to disappear soon and we will not have a choice. Some options:

The last option is probably the best, but it does mean dropping support for older versions of linux.