Skip to content

Commit 1b2f8a3

Browse files
committed
Downgrade networkx to 3.4.2 so its python 3.10 compatible
Signed-off-by: Rahul Krishna <[email protected]>
1 parent 1b79092 commit 1b2f8a3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Check out code
1919
uses: actions/checkout@v4
2020

21-
- name: Set up Python 3.12
21+
- name: Set up Python 3.10
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: '3.12'
24+
python-version: '3.10'
2525

2626
- name: Install uv
2727
run: |
@@ -30,6 +30,9 @@ jobs:
3030
3131
- name: Sync dependencies
3232
run: uv sync --all-groups
33+
34+
- name: Install dependencies
35+
run: uv pip install -e .
3336

3437
- name: Run tests
3538
id: test

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.2.1] - 2025-07-14
8+
## [0.1.6] - 2025-07-14
99

1010
### Changed
1111
- **BREAKING CHANGE**: Updated Python version requirement from `>=3.12` to `==3.10` for improved backwards compatibility

0 commit comments

Comments
 (0)