10781 add python 3.11 support

This commit is contained in:
Arthur 2022-10-27 14:17:36 -07:00
parent a176e9452f
commit 01bb78b4f8
3 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,7 @@ body:
- "3.8" - "3.8"
- "3.9" - "3.9"
- "3.10" - "3.10"
- "3.11"
validations: validations:
required: true required: true
- type: textarea - type: textarea

View File

@ -9,7 +9,7 @@ jobs:
NETBOX_CONFIGURATION: netbox.configuration_testing NETBOX_CONFIGURATION: netbox.configuration_testing
strategy: strategy:
matrix: matrix:
python-version: ['3.8', '3.9', '3.10'] python-version: ['3.8', '3.9', '3.10', '3.11']
node-version: ['14.x'] node-version: ['14.x']
services: services:
redis: redis:

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. Begin by installing all system packages required by NetBox and its dependencies.
!!! warning "Python 3.8 or later required" !!! 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" === "Ubuntu"