mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-04 06:16:23 -06:00
Closes #14672: Add support for Python 3.12
This commit is contained in:
Vendored
+1
-1
@@ -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