Skip to content

Commit 7303a79

Browse files
committed
Use Python 3.13 on netlify
1 parent ac2bf38 commit 7303a79

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)