Skip to content

Updates supported python versions and uses 3.14 for all tooling#3623

Merged
lorengordon merged 5 commits intoplus3it:mainfrom
lorengordon:chore/update-python-versions
Feb 12, 2026
Merged

Updates supported python versions and uses 3.14 for all tooling#3623
lorengordon merged 5 commits intoplus3it:mainfrom
lorengordon:chore/update-python-versions

Conversation

@lorengordon
Copy link
Member

No description provided.

@lorengordon lorengordon force-pushed the chore/update-python-versions branch 3 times, most recently from 8c1ea55 to 808819e Compare February 11, 2026 23:34
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-standalone in the CI container).
  • Simplify uri_from_filepath() to normalize local paths via Path.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.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@lorengordon lorengordon force-pushed the chore/update-python-versions branch from 1707179 to 547d1ee Compare February 12, 2026 00:41
Copy link
Member Author

@lorengordon lorengordon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/build

Copy link
Member Author

@lorengordon lorengordon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/build

@lorengordon lorengordon requested a review from a team February 12, 2026 14:30
@lorengordon lorengordon merged commit cf16331 into plus3it:main Feb 12, 2026
43 checks passed
@lorengordon lorengordon deleted the chore/update-python-versions branch February 12, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants