Bump Python version to Python 3.12.6#109
Closed
kentbull wants to merge 1 commit into
Closed
Conversation
This was referenced Sep 27, 2024
Contributor
|
Thanks for your PR! Really appreciate the efforts you put into it! Fortunately, we are in the process of releasing packaging "v2" (https://github.com/flet-dev/serious-python/tree/packaging-v2) which is not just based on 3.12.6, but it does not use/depend on Kivy anymore. The new packaging is going to be ready next week, so you safely close this PR. 🙌 |
Author
|
Woot, woot! Hooray! That is awesome and I look forward to using the v2 release packaging. Thanks! I'll close this PR. |
Very excited to try this! |
Author
|
I'm glad to test anything out and provide early feedback on packaging-v2. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a draft PR to start the process of building in support for Python 3.12.6. There appears to be a fair bit of work involved to make this happen in a number of different dependent repos, so this may remain WIP for a while.
Fixes #110
Should fix flet-dev/flet#4007