Note Python 3.12 support

This commit is contained in:
Jeremy Stretch 2024-03-19 15:02:09 -04:00
parent 3de72335bf
commit 47288b053c

View File

@ -4,9 +4,9 @@ This document serves as a handbook for maintainers of plugins that were written
## General ## 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 ### Plugin resources relocated