Skip to content

Commit 61ab78d

Browse files
committed
Removed testing for python 3.9 since networkx 3.4 requires >=3.10
1 parent 9263747 commit 61ab78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
21-
python-version: ["3.9", "3.10", "3.11", "3.12"]
21+
python-version: ["3.10", "3.11", "3.12"]
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up Python

0 commit comments

Comments
 (0)