-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Prepared new release: v0.17.0 #3023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I would like to add support for Python 3.11 (adding it to CI tests) before releasing a new version, will make a PR soon. |
As well, we should drop support for Python 3.7, since poetry is complaining
|
9d0524f
to
96ef206
Compare
This is somewhat unfortunate given that Python 3.7 is still the default for Debian Buster (which is still LTS until 2024: https://wiki.debian.org/LTS), but I guess we don't really have a choice. Let's do that in #3030? |
Is that really an issue? One can always compile recent versions of Python from the source. Also, we technically have to drop it because there's no release of
I've already done it :) |
No, not really. The Debian thing is more of a personal thought; the actual pity is that Python 3.7 is also not EOL until next year (https://endoflife.date/python) -- but well. I suppose nothing stops people from just installing an older version of Manim in that case. I'm fine with dropping 3.7. 👍 |
596e78d
to
943f241
Compare
for more information, see https://pre-commit.ci
d52b250
to
da4369e
Compare
for more information, see https://pre-commit.ci
I've added some descriptions to add some context to highlights and breaking changes. Assuming the pipeline doesn't reveal any further major problems (and if there are no objections), we'll have a release later today. 🥳 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Release preparation PR.
Link to changelog: https://manimce--3023.org.readthedocs.build/en/3023/changelog/0.17.0-changelog.html