From 174b2d5f39e2a556fb47f666fc5f3268c152ad16 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 9 Dec 2025 11:45:25 -0500 Subject: [PATCH] #19095 follow-up: Enable Python 3.14 in CI matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cd9b9463..2fbc48d5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: