From 6fda6a5184deb09da6311fa05a698bde37c2dfaa Mon Sep 17 00:00:00 2001 From: Martin Hauser Date: Wed, 28 May 2025 10:11:25 +0200 Subject: [PATCH] docs(release): Add checklist item for Python versions in pyproject.toml Include step to update minimum and supported Python versions in the project metadata file as part of the release process. --- docs/development/release-checklist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/development/release-checklist.md b/docs/development/release-checklist.md index 342b2c3b3..0069e3ab6 100644 --- a/docs/development/release-checklist.md +++ b/docs/development/release-checklist.md @@ -54,6 +54,7 @@ If a new Django release is adopted or other major dependencies (Python, PostgreS * Update the installation guide (`docs/installation/index.md`) with the new minimum versions. * Update the upgrade guide (`docs/installation/upgrading.md`) for the current version accordingly. * Update the minimum PostgreSQL version in the programming error template (`netbox/templates/exceptions/programming_error.html`). +* Update the minimum and supported Python versions in the project metadata file (`pyproject.toml`) ### Manually Perform a New Install