Skip to content

Commit

Permalink
Use Python 3.13 on netlify (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Dec 11, 2024
1 parent b3fc1e0 commit e4604fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build.environment]
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
PYTHON_VERSION = "3.13"
HUGO_VERSION = "0.139.0"
DART_SASS_VERSION = "1.81.0"
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pre-commit==3.8.0
pre-commit==4.0.1
changelist==0.5

0 comments on commit e4604fc

Please sign in to comment.