@@ -211,7 +211,7 @@ Configuration for Conda support.
211211 version : 2
212212
213213 build :
214- os : " ubuntu-22 .04"
214+ os : " ubuntu-24 .04"
215215 tools :
216216 python : " mambaforge-22.9"
217217
@@ -244,12 +244,12 @@ Python, Node.js, Rust, and Go.
244244 version : 2
245245
246246 build :
247- os : ubuntu-22 .04
247+ os : ubuntu-24 .04
248248 tools :
249- python : " 3.12 "
250- nodejs : " 18 "
251- rust : " 1.64 "
252- golang : " 1.19 "
249+ python : " 3.13 "
250+ nodejs : " 22 "
251+ rust : " 1.82 "
252+ golang : " 1.23 "
253253
254254 build.os
255255````````
@@ -316,9 +316,11 @@ You can use several interpreters and versions, from CPython, Miniconda, and Mamb
316316 - ``3.10 ``
317317 - ``3.11 ``
318318 - ``3.12 ``
319+ - ``3.13 ``
319320 - ``latest `` (alias for the latest version available on Read the Docs)
320321 - ``miniconda3-4.7 ``
321322 - ``miniconda3-3.12-24.1 ``
323+ - ``miniconda3-3.12-24.9 ``
322324 - ``miniconda-latest `` (alias for the latest version available on Read the Docs)
323325 - ``mambaforge-4.10 ``
324326 - ``mambaforge-22.9 ``
@@ -337,6 +339,8 @@ Node.js version to use.
337339 - ``18 ``
338340 - ``19 ``
339341 - ``20 ``
342+ - ``22 ``
343+ - ``23 ``
340344 - ``latest `` (alias for the latest version available on Read the Docs)
341345
342346build.tools.ruby
@@ -362,6 +366,7 @@ Rust version to use.
362366 - ``1.70 ``
363367 - ``1.75 ``
364368 - ``1.78 ``
369+ - ``1.82 ``
365370 - ``latest `` (alias for the latest version available on Read the Docs)
366371
367372build.tools.golang
@@ -377,6 +382,7 @@ Go version to use.
377382 - ``1.20 ``
378383 - ``1.21 ``
379384 - ``1.22 ``
385+ - ``1.23 ``
380386 - ``latest `` (alias for the latest version available on Read the Docs)
381387
382388build.apt_packages
@@ -423,9 +429,9 @@ See :doc:`/build-customization` for more details.
423429 version : 2
424430
425431 build :
426- os : ubuntu-22 .04
432+ os : ubuntu-24 .04
427433 tools :
428- python : " 3.12 "
434+ python : " 3.13 "
429435 jobs :
430436 pre_create_environment :
431437 - echo "Command run at 'pre_create_environment' step"
@@ -468,9 +474,9 @@ The ``$READTHEDOCS_OUTPUT/html`` directory will be uploaded and hosted by Read t
468474 version : 2
469475
470476 build :
471- os : ubuntu-22 .04
477+ os : ubuntu-24 .04
472478 tools :
473- python : " 3.12 "
479+ python : " 3.13 "
474480 commands :
475481 - pip install pelican
476482 - pelican --settings docs/pelicanconf.py --output $READTHEDOCS_OUTPUT/html/ docs/
0 commit comments