branch: elpa/flycheck
commit 03555d59b063a56611b334987181602e0bf9477a
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Update ReadTheDocs build to Python 3.13
---
.readthedocs.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 740b1097dd..f0ee2c3289 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
- python: "3.12"
+ python: "3.13"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"