-
Notifications
You must be signed in to change notification settings - Fork 25
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
Supporting OctoPrint 1.10 and Python 3.12 #258
Conversation
That version should also enable Python 3.12 support |
3.12 has a newer |
21e3560
to
5c50552
Compare
|
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.
ok
* UI: Upgrading all dependencies (#261) * Upgrading all dependencies. * Upgrading typescript eslint. * Upgrading all dependencies. (#262) * UI: upgrading all dependencies. (#264) * Supporting OctoPrint 1.10 and Python 3.12 (#258) * Testing on 1.10.x * Using rc2. * Including full version to the matrix. * Adjusting exceptions. * Removing condition on Wheel installation. * Testing on Python 3.12. * Using mocked version 0.0.0 for testing instead of unknown. * Removing template test. * Removing snapshot updating action. * trying rc3 * Using rc4 * Using prod ready 1.10 in CI. * Updating integration test in Release workflow. * Removing snapshottest installation in CI.
Preparing for the upcoming OctoPrint 1.10 having Python 3.12 support and testing the compatibility.
Instead of #233