From 062d98fdabb145eb17d608972f3a20daafd79406 Mon Sep 17 00:00:00 2001 From: Henrik Skov Midtiby Date: Wed, 19 Nov 2025 18:43:30 +0100 Subject: [PATCH 1/2] Set the default python version to 3.13 in the uv installation guide. --- docs/source/installation/uv.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/source/installation/uv.md b/docs/source/installation/uv.md index ab2ccec554..85033ce08e 100644 --- a/docs/source/installation/uv.md +++ b/docs/source/installation/uv.md @@ -153,8 +153,10 @@ The following commands will The name for the Python project is *manimations*, which you can change to anything you like. +Manim does not yet support python 3.14 and the python version is therefore set to 3.13. + ```bash -uv init manimations +uv init --python 3.13 manimations cd manimations uv add manim ``` @@ -200,8 +202,10 @@ Manim itself! The following commands will The name for the Python project is *manimations*, which you can change to anything you like. +Manim does not yet support python 3.14 and the python version is therefore set to 3.13. + ```bash -uv init manimations +uv init --python 3.13 manimations cd manimations uv add manim ``` @@ -253,11 +257,13 @@ As soon as the required dependencies are installed, you can create a Python project (feel free to change the name *manimations* used below to some other name) with a local environment containing Manim by running ```bash -uv init manimations +uv init --python 3.13 manimations cd manimations uv add manim ``` +Manim does not yet support python 3.14 and the python version is therefore set to 3.13. + ::::: :::::: From 0bd5c1dc722522e2745ce127256383448d727620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Manr=C3=ADquez=20Novoa?= <49853152+chopan050@users.noreply.github.com> Date: Wed, 19 Nov 2025 15:53:40 -0300 Subject: [PATCH 2/2] Capitalize Python --- docs/source/installation/uv.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/installation/uv.md b/docs/source/installation/uv.md index 85033ce08e..463a6b9760 100644 --- a/docs/source/installation/uv.md +++ b/docs/source/installation/uv.md @@ -153,7 +153,7 @@ The following commands will The name for the Python project is *manimations*, which you can change to anything you like. -Manim does not yet support python 3.14 and the python version is therefore set to 3.13. +Manim does not yet support Python 3.14 and the Python version is therefore set to 3.13. ```bash uv init --python 3.13 manimations @@ -202,7 +202,7 @@ Manim itself! The following commands will The name for the Python project is *manimations*, which you can change to anything you like. -Manim does not yet support python 3.14 and the python version is therefore set to 3.13. +Manim does not yet support Python 3.14 and the Python version is therefore set to 3.13. ```bash uv init --python 3.13 manimations @@ -262,7 +262,7 @@ cd manimations uv add manim ``` -Manim does not yet support python 3.14 and the python version is therefore set to 3.13. +Manim does not yet support Python 3.14 and the Python version is therefore set to 3.13. :::::