Skip to content

Commit 0224119

Browse files
authored
Merge branch 'build-py-version' of 'https://github.com/jjmerchante/grimoirelab'
Merges #766 Closes #766
2 parents 24ea9a8 + 9c34021 commit 0224119

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
artifact-name: grimoirelab-dist
1818
artifact-path: dist
1919
pin-dependencies: yes
20+
python-version: 3.9
2021

2122
tests:
2223
needs: [build]

poetry.lock

Lines changed: 23 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ cereslib = {version = ">=1.0.10-rc.1", allow-prereleases = true}
5252
graal = {version = ">=1.1.3-rc.2", allow-prereleases = true}
5353
perceval = {version = ">=1.2.0-rc.1", allow-prereleases = true}
5454

55-
# Pin dependency to work with Python 3.9
56-
networkx = "3.2.1"
57-
58-
[tool.poetry.dev-dependencies]
55+
[tool.poetry.group.dev.dependencies]
5956

6057
[build-system]
6158
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)