소스 검색

Downgrade Python to 3.9

Max Hilbrunner 1 년 전
부모
커밋
3829c4e0ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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