feat(python): update max supported version to 3.13#442
Merged
jonperron merged 3 commits intoBoavizta:mainfrom Jan 10, 2026
Merged
feat(python): update max supported version to 3.13#442jonperron merged 3 commits intoBoavizta:mainfrom
jonperron merged 3 commits intoBoavizta:mainfrom
Conversation
Collaborator
|
@jonperron shall we update the Docker build to 3.13 as well? It's just a question of changing the version in the |
Shillaker
approved these changes
Jan 10, 2026
Collaborator
|
I also see that the Github Actions build doesn't run when there are only changes to the config file. I've been running 3.13 locally for a while now, so I'm confident the tests pass, but we just need to double check when we make a Python change (or add the config file to the triggers for the build). |
Collaborator
Author
|
You're right, I will update the Dockerfile, as it owns its own Python version, we should not run into trouble for local development. In addition, I will update the workflow so it is triggered when the Makefile is updated in a pull request 👍 |
Changelog: * Update makefile to allow usage of python3.13 * Add test workflow for python3.13
424cc66 to
c84cb25
Compare
This run will only happen on the pull_request, not when branch is merged or on push
c84cb25 to
c1495dc
Compare
Collaborator
Author
|
Docker using Python 3.13 built successfully: Successfully built b6e2d8cedf72
Successfully tagged boavizta/boaviztapi:1.3.13With the following size REPOSITORY TAG IMAGE ID CREATED SIZE
boavizta/boaviztapi 1.3.13 b6e2d8cedf72 8 minutes ago 458MB |
Shillaker
approved these changes
Jan 10, 2026
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.
Changelog: