SUSE-Enceladus / csp-billing-adapter

Apache License 2.0
0 stars 2 forks source link

Python versions #76

Open rjschwei opened 1 year ago

rjschwei commented 1 year ago

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.

smarlowucf commented 1 year ago

This is already defined as %define pythons python3. Thus it would just switch to python311. Is something else missing?

rjschwei commented 1 year ago

/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