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:
FORCE_COLOR: 2
NODE: 22
PYTHON_VERSION: "3.11"
NODE: 24
PYTHON_VERSION: "3.14"
jobs:
test:

View File

@@ -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"