Closes #14672: Add support for Python 3.12

This commit is contained in:
Jeremy Stretch
2024-01-03 13:44:24 -05:00
parent fb7d483dbe
commit 1f865af559
4 changed files with 12 additions and 12 deletions

View File

@@ -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: