Skip to content

Commit 13df263

Browse files
authored
Merge pull request #1082 from opencobra/update-versions
Update versions
2 parents c2b6962 + 5067c24 commit 13df263

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, macos-latest, windows-latest]
23-
python-version: [3.6, 3.7, 3.8]
23+
python-version: [3.6, 3.7, 3.8, 3.9]
2424

2525
steps:
2626
- uses: actions/checkout@v2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ install_requires =
6363
pandas ~=1.0
6464
pydantic ~=1.6
6565
python-libsbml ==5.19.0
66-
rich ~=8.0
66+
rich >=8.0
6767
ruamel.yaml ~=0.16
6868
swiglpk
6969
tests_require =

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,26 @@ python =
77
3.6: isort, black, safety, py36
88
3.7: safety, py37
99
3.8: safety, py38
10+
3.9: safety, py39
1011

1112
[testenv]
1213
extras =
1314
array
1415
deps=
16+
jsonschema
17+
osqp~=0.6
1518
pytest
1619
pytest-benchmark
1720
pytest-cov
1821
pytest-mock
1922
pytest-raises
20-
jsonschema
21-
osqp~=0.6.0
2223
commands =
2324
pytest --cov=cobra --cov-report=term {posargs: --benchmark-skip}
2425

2526
[testenv:isort]
2627
skip_install = True
2728
deps=
28-
isort >=5.0.5,<6
29+
isort
2930
commands=
3031
isort --check-only --diff {toxinidir}/src/cobra {toxinidir}/setup.py
3132

0 commit comments

Comments
 (0)