Closes #14672: Add support for Python 3.12
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
NETBOX_CONFIGURATION: netbox.configuration_testing
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.10', '3.11']
|
||||
python-version: ['3.10', '3.11', '3.12']
|
||||
node-version: ['14.x']
|
||||
services:
|
||||
redis:
|
||||
|
Reference in New Issue
Block a user