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"