-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Upgrade Python support from 3.8-3.10 to 3.10-3.12 #269
Upgrade Python support from 3.8-3.10 to 3.10-3.12 #269
Conversation
Hi @JakobHavtorn! Thank you for submitting this PR! |
Co-authored-by: Juan Coria <juanmc2005@hotmail.com>
@JakobHavtorn can you try removing the line
For some reason the ffmpeg ppa doesn't seem to work anymore and it's blocking the CI. |
@juanmc2005 Do you think there's a chance we can create a release that includes this? That would make my life a lot easier (read: less risky) 😬 |
Description
This PR upgrades the Python version support of
diart
by allowing matplotlib to upgrade beyondv3.6
(currentlyv3.10
). The changes are the following:matplotlib>=3.3.3,<3.6.0
tomatplotlib>=3.3.3,<4.0.0
.pytest.yml
with matrix over Python versions 3.10, 3.11, and 3.12 to ensure support.Testing
diart
versionv0.9.1
. See this reported issue: Update matplotlib Requirement #267.