Skip to content

Commit 24ca0b5

Browse files
committed
📌update requirement versions and build
1 parent c74c352 commit 24ca0b5

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

‎.github/workflows/build.yaml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
include:
1515
- { name: '3.10', python: '3.10', tox: py310 }
1616
- { name: '3.11', python: '3.11', tox: py311 }
17+
- { name: '3.12', python: '3.12', tox: py312 }
1718
- { name: 'min', python: '3.10', tox: min }
1819
steps:
1920
- name: "Set up OpenModelica Compiler"
@@ -47,7 +48,7 @@ jobs:
4748
- uses: actions/checkout@v4
4849
- uses: actions/setup-python@v5
4950
with:
50-
python-version: "3.11"
51+
python-version: "3.12"
5152
- name: Install pypa/build
5253
run: python -m pip install build
5354
- name: Build a binary wheel and a source tarball
@@ -70,7 +71,7 @@ jobs:
7071
- uses: actions/checkout@v4
7172
- uses: actions/setup-python@v5
7273
with:
73-
python-version: "3.11"
74+
python-version: "3.12"
7475
- run: python -m pip install tox
7576
- run: python -m tox -e lint
7677
publish-to-pypi:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pandas>=2.0.0
22
numpy>=1.22.4
3-
OMPython>=3.5.2
3+
OMPython>=4.0.0
44
corrai>=1.0.0

‎tox.ini‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = lint,py310,py311,min
2+
envlist = lint,py310,py311,py312,min
33
skip_missing_interpreters = True
44

55
[testenv]
@@ -9,8 +9,6 @@ commands =
99
pytest --cov=modelitool --cov-branch --cov-report=term-missing --cov-report=xml
1010

1111
[testenv:min]
12-
constrain_package_deps = True
13-
use_frozen_constraints = True
1412
deps =
1513
-r requirements/tests.txt
1614
-r requirements/install-min.txt

0 commit comments

Comments
 (0)