manim-data-structures icon indicating copy to clipboard operation
manim-data-structures copied to clipboard

Update python version

Open brebenelmihnea opened this issue 1 year ago • 1 comments

Description of the proposed feature

The library requires an old version of python

brebenelmihnea avatar Jun 09 '23 10:06 brebenelmihnea

pip doesn't install latest version (0.1.7) if python version is 3.11. In fact it silently installs 0.1.4 which breaks many/most examples and the current documentation. So even the simplest examples fails to load properly.

Are there known bugs when changing to Python 3.11? If not then is fixing this issue as simple as changing a line in the .toml file?

aksharvarma avatar Jul 15 '23 03:07 aksharvarma