Skip to content

Commit

Permalink
Merge pull request #7 from geronimo-iia/feature-networkx3
Browse files Browse the repository at this point in the history
feat: add networkx 3.x
  • Loading branch information
geronimo-iia authored Jun 2, 2023
2 parents 1fd00ef + 9546844 commit 6852fee
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.8, 3.9.16, 3.10.11, 3.11.3]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Change Log

## 1.0.4 (next version)
## 2.0.0

- add support for networkx 3.x:
By default, poetry will try to install the newest version of networkx (`networkx = "*"`).
- add test pipeline for python 3.9, 3.10 and 3.11

## 1.0.3

Expand Down
Loading

0 comments on commit 6852fee

Please sign in to comment.