We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756e5f5 commit 32949ecCopy full SHA for 32949ec
.github/workflows/ci.yml
@@ -10,8 +10,8 @@ on:
10
11
env:
12
FORCE_COLOR: 2
13
- NODE: 22
14
- PYTHON_VERSION: "3.11"
+ NODE: 24
+ PYTHON_VERSION: "3.14"
15
16
jobs:
17
test:
netlify.toml
@@ -4,7 +4,7 @@ publish = "site/"
4
command = "mkdocs build --clean --strict"
5
6
[build.environment]
7
- PYTHON_VERSION = "3.11"
+ PYTHON_VERSION = "3.14"
8
NODE_VERSION = "24"
9
CI = "true"
DISABLE_OPENCOLLECTIVE = "true"
0 commit comments