From 3ef766d913142535350e31a4a1e08725227e029d Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Mon, 18 May 2026 18:00:31 -0300 Subject: [PATCH 1/2] [ci] Removed old python 3.9 from --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d285f41..13a9375 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,11 +4,9 @@ on: push: branches: - master - - gsoc23 pull_request: branches: - master - - gsoc23 jobs: build: @@ -18,7 +16,6 @@ jobs: fail-fast: false matrix: python-version: - - "3.9" - "3.10" - "3.11" - "3.12" From ff9ad7956b9ce07518a06ea684f349dadc096b1e Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Mon, 18 May 2026 18:00:46 -0300 Subject: [PATCH 2/2] [deps] Updated networkx (>=3.4,<3.7) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b8e6fe..dd10cb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests<3.0 libcnml<0.10.0 openvpn-status>=0.2,<0.3 -networkx>=2.6,<3.5 +networkx>=3.4,<3.7 Exscript>=2.6.32