-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Labels
Description
Adding a new Python release
- Update Git main
-
git checkout main - In
pyproject.toml, add classifier for new Python version and updatetool.black.target-version - In
.github/workflows/python.yml, update hardcoded Python versions and add new version to lists - Commit and open a PR
- Merge the PR when CI passes
- Add new Python jobs to branch protection required checks
-
- Update MacPorts package
- Update website: Python 3 versions in
download/index.md