Specify Python version 3.11 for Clever Cloud

master
Robbert Schep 2025-07-04 22:40:25 +02:00
parent d295f09218
commit d4bbe786f4
1 changed files with 13 additions and 1 deletions

View File

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