We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438cefe commit 02d9e14Copy full SHA for 02d9e14
3 files changed
Makefile
@@ -24,7 +24,7 @@ tidy-all:
24
## --------------------------------------
25
26
DOCS_CONTAINER=mkdocs-container
27
-DOCS_IMAGE=python:3.8
+DOCS_IMAGE=python:3.13
28
29
.PHONY: clean-docs
30
clean-docs:
Pipfile
@@ -13,4 +13,4 @@ mkdocs-material = "==9.5.18"
13
mkdocs-markdownextradata-plugin = "==0.2.6"
14
15
[requires]
16
-python_version = "3.8"
+python_version = "3.13"
runtime.txt
@@ -1 +1 @@
1
-3.8
+3.13
0 commit comments