Skip to content

Commit 2308e24

Browse files
authored
Merge pull request #33 from pckroon/nx3
Nx3
2 parents b52f0aa + 78b975e commit 2308e24

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
py_version: ["3.9"]
20+
py_version: ["3.11"]
2121

2222
steps:
2323
- uses: actions/checkout@v3
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Python
4747
uses: actions/setup-python@v4
4848
with:
49-
python-version: 3.9
49+
python-version: 3.11
5050

5151
- name: Install pypa/build
5252
run: >-

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
py_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
22+
py_version: ["3.8", "3.9", "3.10", "3.11"]
2323

2424
steps:
2525
- uses: actions/checkout@v3
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Python
4949
uses: actions/setup-python@v4
5050
with:
51-
python-version: 3.9
51+
python-version: 3.11
5252
- name: Install dependencies
5353
run: |
5454
pip install --upgrade setuptools pip

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ setup-requires =
2727
pbr
2828
install-requires = # ?? requires-dist?
2929
pbr
30-
networkx ~= 2.0
30+
networkx
3131
zip-safe = False
3232

3333
[pbr]

0 commit comments

Comments
 (0)