Parcourir la source

Downgrade Python to 3.9

Max Hilbrunner il y a 1 an
Parent
commit
3829c4e0ad
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .readthedocs.yml

+ 1 - 1
.readthedocs.yml

@@ -7,7 +7,7 @@ version: 2
 build:
   os: ubuntu-22.04
   tools:
-    python: "3.11"
+    python: "3.9"
 
 sphinx:
   configuration: conf.py