Dima Pasechnik
Dima Pasechnik
I am speaking on this topic not as an amateur in the area, but as someone with a PhD in group theory, as someone who published ~20 papers where computations...
I am not too sure about _Py* - these are not for the public use, or at least they cannot be considered a stable API, no? @tobiasdiez ?
But why? What is the reason? People are building things based on these changes.
Is this going to be dropped, in view of https://github.com/OpenMathLib/OpenBLAS/issues/5412 being closed?
@cxzhong > > > > You should delete 3.11 conda ci > > > > > > > > > I think I did this already, but might have missed...
also, how about removing `build/pkgs/_python3.11/` ?
there is also build/pkgs/exceptiongroup/ overdue to remove, as it's only installed for Python version
also to remove: ``` importlib_metadata importlib_resources typing_extensions ``` according to `build/pkgs/typing_extensions/spkg-configure.m4` and `src/doc/en/developer/coding_in_python.rst`
it might be listed in our settings as a dependency, but it's not even installed with python 3.12+, as far as I can see
> > it might be listed in our settings as a dependency, but it's not even installed with python 3.12+, as far as I can see > > Because in...