Open rjschwei opened 1 year ago
This is already defined as %define pythons python3
. Thus it would just switch to python311. Is something else missing?
/usr/bin/python3
will not change in SLE, i.e. it will continue to point to python3.6. When the new Python (Python 3.11) is ready we probably want to add the new macro to build against that interpreter and then change /usr/bin/python3
to /usr/bin/python3.11
We should consider fixing the Python version by defining
pythons
in all spec files. In the not too distant future Python 3.11 will be available in SLE and we probably want to build against that interpreter.