# 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](https://github.com/openslide/openslide-python/settings/branches) - [ ] Update MacPorts package - [ ] Update website: Python 3 versions in `download/index.md`