Modernize: Drop py39, add py313 compatibility, switch to uv#237
Merged
matentzn merged 13 commits intolinkml:mainfrom Feb 20, 2026
Merged
Modernize: Drop py39, add py313 compatibility, switch to uv#237matentzn merged 13 commits intolinkml:mainfrom
matentzn merged 13 commits intolinkml:mainfrom
Conversation
Contributor
|
Awesome, thanks! Maybe combine with #235? |
Member
Author
This was referenced Feb 18, 2026
Merged
Contributor
|
@dalito I closed #235 in favour of this one here. Do you want me to migrate uv or do you want to do the honors? I am fine either way, but since it is your PR I thought I'd leave you the say :) |
Renamed TestEntry → RewriteEntry and TestLists → RewriteRuleSets. Pytest was trying to collect these as test classes because of the Test prefix — they're just helper data structures.
Note: gh-actions are not yet switched in this commit
Also adds depandabot config as in linkml/linkml for monthly updates as a single group PR.
01e2965 to
9dda6be
Compare
afbd798 to
7ead733
Compare
also changes version of actions/checkout to full version specifier
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.
py313 is not a typo. This repo was never "renovated" in term of devops like linkml and linkml-runtime.
With the changes tests can also be run locally with tox again.
Core Changes (Poetry → uv)
uv-dynamic-versioning, [dependency-groups], and inline [tool.tox] config
New Files
trailing-whitespace) + codespell
GitHub Actions Workflows
(matrix: py3.10+3.13 × ubuntu+windows)
Pre-commit Whitespace Fixes
~100 files auto-fixed by the new pre-commit hooks (trailing whitespace, missing final newlines).
These are existing issues in the repo, not introduced by the migration.