Specify Python version 3.13 for Clever Cloud

master
Robbert Schep 2025-07-04 22:46:21 +02:00
parent d4bbe786f4
commit 266eb9658f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"deploy": "mkdocs build", "deploy": "mkdocs build",
"python": { "python": {
"version": "3.11" "version": "3.13"
} }
} }