CI Update: Enable python 3.14 beta, 3.13 is no longer dev#9
Merged
gordonmessmer merged 1 commit intogordonmessmer:mainfrom Jan 27, 2026
Merged
CI Update: Enable python 3.14 beta, 3.13 is no longer dev#9gordonmessmer merged 1 commit intogordonmessmer:mainfrom
gordonmessmer merged 1 commit intogordonmessmer:mainfrom
Conversation
Collaborator
Author
|
I just updated the PR, as in the meantime, Github's default for 3.x is already on 3.14, so no need to have that separately, and I also bumped the github actions versions. However, it appears the tests now fail with the 3.x/3.14 version. |
Owner
|
Test failures on python3.14 can be reproduced with a simple test case: Output from the script is similar to the test logs: This only fails with sqlite3 dbm files that are created by 3.14. If I run the same test case with 3.13 in that directory, it actually repairs the config.dat file, which allows the test to run normally under 3.14. |
Owner
|
However, this test case does not fail: |
Owner
|
Please rebase on the updated main branch. |
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 updates the CI to test with python 3.14 beta/rc versions, and moves 3.13-dev to 3.13, as this is now a stable version.