Closes #14672: Add support for Python 3.12

This commit is contained in:
Jeremy Stretch
2024-01-03 13:44:24 -05:00
parent ec9121ede4
commit 8921c68044
4 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ This section of the documentation discusses installing and configuring the NetBo
Begin by installing all system packages required by NetBox and its dependencies.
!!! warning "Python 3.10 or later required"
NetBox requires Python 3.10 or 3.11.
NetBox supports Python 3.10, 3.11, and 3.12.
=== "Ubuntu"