Skip to content

Commit 984925c

Browse files
committed
Fix.
1 parent 634eefe commit 984925c

3 files changed

Lines changed: 2597 additions & 1837 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ docs-serve:
3939

4040
# Run tests with lowest dependency resolution (like CI)
4141
test-lowest:
42-
uv run --group test --resolution lowest-direct pytest --nbmake -n auto
42+
uv run --python 3.10 --group test --resolution lowest-direct pytest --nbmake
4343

4444
# Run tests with highest dependency resolution (like CI)
4545
test-highest:
46-
uv run --group test --resolution highest pytest --nbmake -n auto
46+
uv run --python 3.13 --group test --resolution highest pytest --nbmake -n auto

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ name = "Tobias Raabe"
4646
email = "raabe@posteo.de"
4747

4848
[dependency-groups]
49-
dev = ["pygraphviz>=1.11;platform_system=='Linux'"]
49+
dev = ["pygraphviz>=1.12;platform_system=='Linux'"]
5050
docs = [
5151
"furo>=2024.8.6",
5252
"ipython>=8.13.2",

0 commit comments

Comments
 (0)