upgrading to support python 3.14#271
Closed
matthewmarion wants to merge 4 commits intoapache:mainfrom
Closed
Conversation
| @@ -116,6 +116,7 @@ jobs: | |||
| - {name: 'manylinux_musl', py_suffix: '-alpine'} | |||
| python: | |||
| - {version: '3.13', spec: 'cp313-cp313'} | |||
Contributor
There was a problem hiding this comment.
I think you can remove the tests for 3.13 because the current CI workflow for PRs only validate the latest available release.
| All the same features are exposed through the Python interface. | ||
|
|
||
| Currently, the supported Python versions are 3.7, 3.8, 3.9 and 3.10. | ||
| Currently, the supported Python versions are 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, and 3.14. |
Contributor
There was a problem hiding this comment.
Suggested change
| Currently, the supported Python versions are 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, and 3.14. | |
| Currently, the supported Python versions are 3.9, 3.10, 3.11, 3.12, 3.13, and 3.14. |
|
Hi |
Contributor
|
I will prepare the next python release after the cpp release 4.0.0 is available, if this PR is not updated then, I will take over it. |
Contributor
|
Close this PR since I will work on an alternative: #274 |
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.
Motivation
Add support for Python 3.14 to keep the client up-to-date with the latest Python releases.
Modifications
Verifying this change
Documentation