Skip to content

Commit 32949ec

Browse files
committed
Update to python 3.14
Signed-off-by: yubiuser <github@yubiuser.dev>
1 parent 756e5f5 commit 32949ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010

1111
env:
1212
FORCE_COLOR: 2
13-
NODE: 22
14-
PYTHON_VERSION: "3.11"
13+
NODE: 24
14+
PYTHON_VERSION: "3.14"
1515

1616
jobs:
1717
test:

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish = "site/"
44
command = "mkdocs build --clean --strict"
55

66
[build.environment]
7-
PYTHON_VERSION = "3.11"
7+
PYTHON_VERSION = "3.14"
88
NODE_VERSION = "24"
99
CI = "true"
1010
DISABLE_OPENCOLLECTIVE = "true"

0 commit comments

Comments
 (0)