From b3e6e84e596dafb32c13255cb5b7da12a8a56e87 Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Fri, 8 Nov 2024 10:32:49 -0800 Subject: [PATCH] Update Bumping the Python baseline --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9cec01ead6..8f4353a554 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -298,6 +298,7 @@ When updating the minimum supported Python version remember to: - Remove the version in `pyproject.toml` trove classifiers - Remove the version from `tox.ini` +- Update github workflows accordingly with `tox -e generate-workflows` - Search for `sys.version_info` usage and remove code for unsupported versions - Bump `py-version` in `.pylintrc` for Python version dependent checks