NNPDF / pineappl

PineAPPL is not an extension of APPLgrid
https://nnpdf.github.io/pineappl/
GNU General Public License v3.0
12 stars 3 forks source link

MSRV not supported on rtd #203

Closed felixhekhorn closed 1 year ago

felixhekhorn commented 1 year ago

Starting from https://github.com/NNPDF/pineappl/commit/fd31cc223241b19fc9b54a5404470e026e526f9e the MSRV is 1.65, which however is not supported on rtd: the available version are 1.55,1.61,1.64 - this causes the python documentation to fail - I guess there is nothing we can do ... (except maybe ask the rtd staff if they are willing to upgrade, but since Rust is rolling release I wonder if they are willing to ...)

alecandido commented 1 year ago

They are constantly upgrading. Some time ago there was not even 1.64, they are simply much slower than stable (just to acknowledge the effort: notice that Python updates once per-year, while Rust once every six weeks, so 1.65 is rather recent, i.e. younger than Python 3.11).

cschwan commented 1 year ago

This has been fixed with commit 0c8164776c6cfe881a4820cf4d2f53a490433c68, cc593eb446402955f37530396a83c82e828086a8 and fc50e9c5d785076968f52ad9b913e32c0415bfa5.

alecandido commented 1 year ago
image

Thanks!