Raise Python floor to 3.11, test through 3.14, drop dead testing extra (2.2.0) - #56
Merged
Conversation
- requires-python is now >=3.11 (dropped 3.10); CI test matrix is 3.11-3.14, lint now runs on 3.14 - verified the full dependency stack (numba, llvmlite, pyhmmer, CPAT, intervaltree) has published wheels for 3.14 - removed the unused pyproject.toml [project.optional-dependencies] testing extra -- nothing installed from it, and it referenced mypy which isn't run anywhere in CI - regenerated requirements.txt lock file under Python 3.14 - bump version to 2.2.0
Dependency ReviewThe following issues were found:
License Issues.github/workflows/lint.yml
OpenSSF Scorecard
Scanned Files
|
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.
Summary
requires-pythonis now>=3.11. CI now tests 3.11-3.14 (added 3.13 and 3.14), and the lint job now runs on 3.14 instead of 3.12.numba,llvmlite,pyhmmer,CPAT,intervaltree) viapip download, not guessed, before committing to this.pyproject.toml[project.optional-dependencies] testingextra -- nothing installed from it (tox.iniusesrequirements_dev.txtdirectly), and it referencedmypy, which isn't run anywhere in CI. Left[tool.mypy]config alone (separate, bigger call).requirements.txtlock file under Python 3.14.intervaltree's maintenance health while in the area (a load-bearing dependency): actively maintained, no risk found, no code change needed.Bumps version to 2.2.0.
Test plan
tox -e py314(the real isolated env CI uses) passes all 29 teststox -e flake8(now running on 3.14) passes cleanpip install .succeeds cleanly under Python 3.14 in a fresh venvpython -m build+twine check dist/*pass at 2.2.0