Skip to content

Commit 02d9e14

Browse files
authored
deps(ci): use python 3.13 on Netlify deployments (#3107)
* deps(ci): use python 3.13 on Netlify deployments * deps: bump python in Pipfile
1 parent 438cefe commit 02d9e14

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tidy-all:
2424
## --------------------------------------
2525

2626
DOCS_CONTAINER=mkdocs-container
27-
DOCS_IMAGE=python:3.8
27+
DOCS_IMAGE=python:3.13
2828

2929
.PHONY: clean-docs
3030
clean-docs:

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ mkdocs-material = "==9.5.18"
1313
mkdocs-markdownextradata-plugin = "==0.2.6"
1414

1515
[requires]
16-
python_version = "3.8"
16+
python_version = "3.13"

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8
1+
3.13

0 commit comments

Comments
 (0)