mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Prepare new release v0.19.1 and remove support for Python 3.9 (#4490)
Co-authored-by: Francisco Manríquez <francisco.manriquezn@usm.cl>
This commit is contained in:
parent
0541f9e6f1
commit
e85bfca015
5 changed files with 1642 additions and 2029 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macos-15-intel, windows-latest]
|
||||
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
python: ["3.10", "3.11", "3.12", "3.13"]
|
||||
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue