feat(python): set latest stable to 3.12 (#7405)

Signed-off-by: pyranota <pyra@duck.com>
This commit is contained in:
Pyra
2025-12-23 21:50:43 +01:00
committed by GitHub
parent 6279f6d128
commit ef20529588
3 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ ARG WITH_GIT=true
# 1. Change placeholder in instanceSettings.ts
# 2. Change LATEST_STABLE_PY in dockerfile
# 3. Change #[default] annotation for PyVersion in backend
ARG LATEST_STABLE_PY=3.11.10
ARG LATEST_STABLE_PY=3.12
ENV UV_PYTHON_INSTALL_DIR=/tmp/windmill/cache/py_runtime
ENV UV_PYTHON_PREFERENCE=only-managed

View File

@@ -2002,8 +2002,8 @@ pub fn split_python_requirements<T: AsRef<str>>(requirements: T) -> Vec<String>
#[repr(u32)]
pub enum PyVAlias {
Py310 = 10,
#[default]
Py311,
#[default]
Py312,
Py313,
}

View File

@@ -277,7 +277,7 @@ export const settings: Record<string, Setting[]> = {
{
label: 'Latest Stable',
value: 'default',
tooltip: 'python-3.11'
tooltip: 'python-3.12'
},
{
label: '3.10'