Updates supported python versions and uses 3.14 for all tooling#3623
Merged
lorengordon merged 5 commits intoplus3it:mainfrom Feb 12, 2026
Merged
Updates supported python versions and uses 3.14 for all tooling#3623lorengordon merged 5 commits intoplus3it:mainfrom
lorengordon merged 5 commits intoplus3it:mainfrom
Conversation
8c1ea55 to
808819e
Compare
808819e to
e55cf0a
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s declared supported Python versions and aligns CI/build tooling to use Python 3.14, while also adjusting URI normalization behavior in watchmaker.utils.
Changes:
- Expand “supported Python versions” documentation/metadata through Python 3.14 and update CI matrices/tooling to use 3.14.
- Update Docker/CI build scripts to use Python 3.14 (including standalone Python via
python-build-standalonein the CI container). - Simplify
uri_from_filepath()to normalize local paths viaPath.resolve().as_uri()and add a unit test for the normalization behavior.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
tests/test_utils.py |
Adds a unit test asserting canonical file-URI output for a local Path. |
src/watchmaker/utils/__init__.py |
Changes file path/URI normalization logic for uri_from_filepath(). |
pyproject.toml |
Adds trove classifiers for Python 3.13 and 3.14. |
docs/index.md |
Replaces “3.8 and later” with an explicit list through Python 3.14. |
ci/prep_docker.sh |
Improves host OS detection output and adds container cleanup logic / Podman handling. |
ci/local/Dockerfile |
Moves local CI image base to Python 3.14 Alpine. |
ci/build_pyapp.sh |
Switches PyApp build script to Python 3.14. |
ci/build.sh |
Clears the uv venv before creating it. |
ci/Dockerfile |
Switches CI container to install Python 3.14 via python-build-standalone. |
.readthedocs.yaml |
Updates RTD build toolchain Python to 3.14. |
.github/workflows/build.yml |
Updates build/lint/docs jobs to 3.14 and expands test matrix through 3.14. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
04c7cc9 to
1707179
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1707179 to
547d1ee
Compare
dwc0011
approved these changes
Feb 12, 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.
No description provided.