grass icon indicating copy to clipboard operation
grass copied to clipboard

CI(Ubuntu): Install latest version of Python (3.13) for full config

Open echoix opened this issue 1 year ago • 3 comments

Enables the full config of Ubuntu to not use the OS-provided python version, but a specific version. Here, we start testing for Python 3.13. For the min config, the runner image provided version will be used. ~~If ever we switch to Ubuntu 24.04, we would have Python 3.12.~~ Edit: we have switched to 24.04

echoix avatar Sep 24 '24 01:09 echoix

This PR will have some failures that will need help to solve. Python 3.13 is going to be out on Oct 1, 2024. I'm not too much interested in solving these, but I prepared the CI to try it out.

echoix avatar Sep 24 '24 01:09 echoix

Release of Python 3.13 is tomorrow.

echoix avatar Sep 30 '24 17:09 echoix

It seems there's a way to ask for numpy to use the old string representation:

https://github.com/astropy/astropy/pull/15096 + references

https://github.com/astropy/astropy/pull/16416

echoix avatar Jan 07 '25 22:01 echoix