Feat: Add support for Python 3.15 - #101
pniedzielski wants to merge 3 commits into
Conversation
Signed-off-by: Patrick M. Niedzielski <pniedzielski@bloomberg.net>
Signed-off-by: Patrick M. Niedzielski <pniedzielski@bloomberg.net>
|
We need to wait for the most recent Python version to hit the Ubuntu runner. |
I noticed that ubuntu24.04 is used in workflows. Is it helpful to move to 26.04 to get the latest packages? |
The current ubuntu-24.04 does not support Python 3.15. This patch bumps all jobs that use ubuntu-24.04 (or ubuntu-latest, which points to the same image) to the newer ubuntu-26.04 image. Signed-off-by: Patrick M. Niedzielski <pniedzielski@bloomberg.net>
Good call. Just tried bumping the runner version to 26.04, though, and still got From https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json as of right now, the highest version available to us is 3.15.0-rc.2, so once we get the full version in the Ubuntu runner we should be set. |
|
It looks like it is expected to be released at the start of October: https://peps.python.org/pep-0790/ |
No description provided.