docs: remove support for python 3.6

This commit is contained in:
TonyCrane 2022-02-13 20:47:04 +08:00
parent 9a8aee481d
commit 960463d143
No known key found for this signature in database
GPG key ID: 2313A5058A9C637C
3 changed files with 2 additions and 3 deletions

View file

@ -19,7 +19,7 @@ Note, there are two versions of manim. This repository began as a personal proj
>
> **Note**: To install manim directly through pip, please pay attention to the name of the installed package. This repository is ManimGL of 3b1b. The package name is `manimgl` instead of `manim` or `manimlib`. Please use `pip install manimgl` to install the version in this repository.
Manim runs on Python 3.6 or higher (Python 3.8 is recommended).
Manim runs on Python 3.7 or higher.
System requirements are [FFmpeg](https://ffmpeg.org/), [OpenGL](https://www.opengl.org/) and [LaTeX](https://www.latex-project.org) (optional, if you want to use LaTeX).
For Linux, [Pango](https://pango.gnome.org) along with its development headers are required. See instruction [here](https://github.com/ManimCommunity/ManimPango#building).

View file

@ -1,7 +1,7 @@
Installation
============
Manim runs on Python 3.6 or higher (Python 3.8 is recommended).
Manim runs on Python 3.7 or higher.
System requirements are

View file

@ -18,7 +18,6 @@ classifiers =
Topic :: Scientific/Engineering
Topic :: Multimedia :: Video
Topic :: Multimedia :: Graphics
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9