Skip to content

Added py3.14, reviewed tests#56

Merged
zsimic merged 2 commits intomainfrom
added-py314
Mar 16, 2026
Merged

Added py3.14, reviewed tests#56
zsimic merged 2 commits intomainfrom
added-py314

Conversation

@zsimic
Copy link
Collaborator

@zsimic zsimic commented Mar 16, 2026

Also corrected bug in test setup exposed by a runez lib cleanup + work around to current top-uv improper entry_points declaration

UV_CUTOFF = (3, 8)
USE_UV = CURRENT_PYTHON_MM >= UV_CUTOFF # Default to `uv` for python versions >= this
KNOWN_ENTRYPOINTS = {PICKLEY: (PICKLEY,), "tox": ("tox",), "uv": ("uv", "uvx")}
KNOWN_ENTRYPOINTS = {PICKLEY: (PICKLEY,), "tox": ("tox",), "tox-uv": ("tox",), "uv": ("uv", "uvx")}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Hard coding that tox-uv has one entry point tox. Not sure why, but tox-uv stopped exposing its entry points in the metadata of its recent releases

@zsimic zsimic merged commit 4278c8f into main Mar 16, 2026
8 checks passed
@zsimic zsimic deleted the added-py314 branch March 16, 2026 21:43
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.

1 participant