From 47288b053c9b8f6e83e94b9b4ba57be62c960338 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 19 Mar 2024 15:02:09 -0400 Subject: [PATCH] Note Python 3.12 support --- docs/plugins/development/migration-v4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/development/migration-v4.md b/docs/plugins/development/migration-v4.md index 8dbf7d21b..e42e0073f 100644 --- a/docs/plugins/development/migration-v4.md +++ b/docs/plugins/development/migration-v4.md @@ -4,9 +4,9 @@ This document serves as a handbook for maintainers of plugins that were written ## General -### Python 3.10+ required +### Python support -NetBox v4.0 drops support for Python 3.8 and 3.9. You may need to update your CI/CD processes to reflect this. +NetBox v4.0 drops support for Python 3.8 and 3.9, and introduces support for Python 3.12. You may need to update your CI/CD processes and/or packaging to reflect this. ### Plugin resources relocated