#19095 follow-up: Enable Python 3.14 in CI matrix
This commit is contained in:
parent
cc935dbfab
commit
174b2d5f39
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
NETBOX_CONFIGURATION: netbox.configuration_testing
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.12', '3.13']
|
||||
python-version: ['3.12', '3.13', '3.14']
|
||||
node-version: ['20.x']
|
||||
services:
|
||||
redis:
|
||||
|
|
|
|||
Loading…
Reference in New Issue