Skip to content

Raise Python floor to 3.11, test through 3.14, drop dead testing extra (2.2.0) - #56

Merged
YalanBi merged 1 commit into
masterfrom
chore/python-3.14-support
Aug 20, 2026
Merged

Raise Python floor to 3.11, test through 3.14, drop dead testing extra (2.2.0)#56
YalanBi merged 1 commit into
masterfrom
chore/python-3.14-support

Conversation

@YalanBi

@YalanBi YalanBi commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • breaking: dropped support for Python 3.10; requires-python is 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.
  • Verified real wheel availability for Python 3.14 across the whole dependency stack (numba, llvmlite, pyhmmer, CPAT, intervaltree) via pip download, not guessed, before committing to this.
  • Removed the unused pyproject.toml [project.optional-dependencies] testing extra -- nothing installed from it (tox.ini uses requirements_dev.txt directly), and it referenced mypy, which isn't run anywhere in CI. Left [tool.mypy] config alone (separate, bigger call).
  • Regenerated the requirements.txt lock file under Python 3.14.
  • Checked 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 tests
  • tox -e flake8 (now running on 3.14) passes clean
  • Verified pip install . succeeds cleanly under Python 3.14 in a fresh venv
  • python -m build + twine check dist/* pass at 2.2.0

- 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
@YalanBi YalanBi added the enhancement New feature or request label Aug 20, 2026
@YalanBi YalanBi self-assigned this Aug 20, 2026
@github-actions

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/lint.yml

PackageVersionLicenseIssue Type
actions/setup-python7.*.*NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
actions/actions/setup-python 7.*.* 🟢 6.6
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1018 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 7dependency not pinned by hash detected -- score normalized to 7
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
SAST🟢 9SAST tool is not run on all commits -- score normalized to 9
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
pip/charset-normalizer 3.5.1 UnknownUnknown
pip/idna 3.19 UnknownUnknown
pip/llvmlite 0.49.0 UnknownUnknown
pip/numba 0.67.0 UnknownUnknown
pip/numpy 2.5.2 UnknownUnknown
pip/pyhmmer 0.12.3 UnknownUnknown

Scanned Files

  • .github/workflows/lint.yml
  • requirements.txt

@YalanBi
YalanBi merged commit e0a4c8d into master Aug 20, 2026
23 checks passed
@YalanBi
YalanBi deleted the chore/python-3.14-support branch August 20, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant