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 7b5f5ca6bb
commit 13c27b00d3
4 changed files with 4 additions and 3 deletions

View File

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

View File

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