mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-04 06:16:23 -06:00
#19095 follow-up: Enable Python 3.14 in CI matrix
This commit is contained in:
Vendored
+1
-1
@@ -31,7 +31,7 @@ jobs:
|
|||||||
NETBOX_CONFIGURATION: netbox.configuration_testing
|
NETBOX_CONFIGURATION: netbox.configuration_testing
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.12', '3.13']
|
python-version: ['3.12', '3.13', '3.14']
|
||||||
node-version: ['20.x']
|
node-version: ['20.x']
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
Reference in New Issue
Block a user