Przeglądaj źródła

Omit Python 3.14 from the testing matrix temporarily

Jeremy Stretch 6 miesięcy temu
rodzic
commit
5506901867
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -31,7 +31,7 @@ jobs:
       NETBOX_CONFIGURATION: netbox.configuration_testing
     strategy:
       matrix:
-        python-version: ['3.12', '3.13', '3.14']
+        python-version: ['3.12', '3.13']
         node-version: ['20.x']
     services:
       redis: