From 32949ec4d8881023677347ddff1a96dd21683b10 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sat, 11 Oct 2025 12:52:35 +0200 Subject: [PATCH] Update to python 3.14 Signed-off-by: yubiuser --- .github/workflows/ci.yml | 4 ++-- netlify.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21018c5..5979112 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ on: env: FORCE_COLOR: 2 - NODE: 22 - PYTHON_VERSION: "3.11" + NODE: 24 + PYTHON_VERSION: "3.14" jobs: test: diff --git a/netlify.toml b/netlify.toml index f5331bf..48742a5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ publish = "site/" command = "mkdocs build --clean --strict" [build.environment] - PYTHON_VERSION = "3.11" + PYTHON_VERSION = "3.14" NODE_VERSION = "24" CI = "true" DISABLE_OPENCOLLECTIVE = "true"