Support Python 3.14 and update default distributions#201
Closed
edgarrmondragon wants to merge 2 commits intoofek:masterfrom
Closed
Support Python 3.14 and update default distributions#201edgarrmondragon wants to merge 2 commits intoofek:masterfrom
edgarrmondragon wants to merge 2 commits intoofek:masterfrom
Conversation
Contributor
Author
Owner
|
Oh no Edgar, I totally forgot about this PR! One sec, let me see if I can fix this somehow. |
Owner
|
I had to remove the version bump in the docs CI because there was an error which I didn't have time to investigate https://github.com/ofek/pyapp/actions/runs/18519887611/job/52777390971?pr=211 |
Owner
ofek
reviewed
Oct 15, 2025
|
|
||
| # Skip prereleases for now | ||
| if version.pre is not None: | ||
| if version.pre is not None and version.pre[0] != 'rc': |
Contributor
Author
There was a problem hiding this comment.
This was back when 3.14 was still in the RC phase, so this made sure it wasn't skipped.
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.

With the recommendation that developers start testing their applications during the RC phase of CPython, I think this makes sense but this doesn't make 3.14 the default yet.
Let me know if you agree or if we should wait for the final 3.14.0 release.