Skip to content

Commit 59cc897

Browse files
Use Python 3.13 on netlify (#594)
1 parent a8eb8a9 commit 59cc897

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build.environment]
2-
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
2+
PYTHON_VERSION = "3.13"
33
HUGO_VERSION = "0.132.2"
44
DART_SASS_VERSION = "1.77.5"
55
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pre-commit>=3.5.0
1+
pre-commit>=4.0.1

0 commit comments

Comments
 (0)