Update to python 3.14

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2025-10-11 12:52:35 +02:00
parent 756e5f5718
commit 32949ec4d8
2 changed files with 3 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ on:
env: env:
FORCE_COLOR: 2 FORCE_COLOR: 2
NODE: 22 NODE: 24
PYTHON_VERSION: "3.11" PYTHON_VERSION: "3.14"
jobs: jobs:
test: test:

View File

@@ -4,7 +4,7 @@ publish = "site/"
command = "mkdocs build --clean --strict" command = "mkdocs build --clean --strict"
[build.environment] [build.environment]
PYTHON_VERSION = "3.11" PYTHON_VERSION = "3.14"
NODE_VERSION = "24" NODE_VERSION = "24"
CI = "true" CI = "true"
DISABLE_OPENCOLLECTIVE = "true" DISABLE_OPENCOLLECTIVE = "true"