From cbb1753547a420ff4142777797cce584927a468e Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 9 Feb 2025 08:31:57 +0100 Subject: [PATCH] Test on Python v3.13 and Node.js v22 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aab8bc34f..1b655c7f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,8 @@ jobs: NETBOX_CONFIGURATION: netbox.configuration_testing strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] - node-version: ['20.x'] + python-version: ['3.10', '3.11', '3.12', '3.13'] + node-version: ['22.x'] services: redis: image: redis