Skip to content

Commit 9d3d9ce

Browse files
authored
Use Python 3.13 on Netlify
2 parents ac2bf38 + 7303a79 commit 9d3d9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Settings in the [build] context are global and are applied to all contexts
22
# unless otherwise overridden by more specific contexts.
33
[build.environment]
4-
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
4+
PYTHON_VERSION = "3.13"
55
HUGO_VERSION = "0.134.3"
66
DART_SASS_VERSION = "1.77.5"
77
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"

0 commit comments

Comments
 (0)