10781 add python 3.11 support (#10782)

* 10781 add python 3.11 support

* 10781 update Django to latest
This commit is contained in:
Arthur Hanson
2022-10-31 12:05:34 -07:00
committed by GitHub
parent ee8e609c90
commit 423c70465b
4 changed files with 4 additions and 3 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.8 or later required"
NetBox requires Python 3.8, 3.9, or 3.10.
NetBox requires Python 3.8, 3.9, 3.10 or 3.11.
=== "Ubuntu"