Skip to content

Commit 4639301

Browse files
Use Python 3.13 on netlify (#366)
1 parent 8c28a72 commit 4639301

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.126.2"
44
DART_SASS_VERSION = "1.77.5"
55
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pre-commit==3.5
2-
pandas==2.0.3
3-
packaging==23.2
1+
pre-commit>=4.0
2+
pandas>=2.2
3+
packaging>=24.2

0 commit comments

Comments
 (0)