openslide-python icon indicating copy to clipboard operation
openslide-python copied to clipboard

Add Python 3.14

Open bgilbert opened this issue 4 months ago • 0 comments

Adding a new Python release

  • Update Git main
    • [x] git checkout main
    • [x] In pyproject.toml, add classifier for new Python version and update tool.black.target-version
    • [x] In .github/workflows/python.yml, update hardcoded Python versions and add new version to lists
    • [x] Commit and open a PR
    • [x] Merge the PR when CI passes
    • [x] Add new Python jobs to branch protection required checks
  • [ ] Update MacPorts package
  • [ ] Update website: Python 3 versions in download/index.md

bgilbert avatar Oct 08 '25 05:10 bgilbert