File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 platform : [windows-latest, macos-latest, ubuntu-latest]
15- python-version : ["3.11 ", "3.14 "]
15+ python-version : ["3.12 ", "3.x "]
1616 runs-on : ${{ matrix.platform }}
1717
1818 steps :
5555 with :
5656 token : ${{ secrets.CODECOV_TOKEN }}
5757 files : ./coverage.xml
58- if : matrix.platform == 'ubuntu-latest'
58+ if : matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.x'
Original file line number Diff line number Diff line change 1919 - name : Set up python
2020 uses : actions/setup-python@v6
2121 with :
22- python-version : 3.13
22+ python-version : 3.x
2323
2424 - name : Install dependencies / build sdist
2525 run : |
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99name = " petab"
1010dynamic = [" version" , " readme" ]
1111description = " Parameter estimation tabular data"
12- requires-python = " >=3.11 "
12+ requires-python = " >=3.12 "
1313dependencies = [
1414 " numpy>=1.15.1" ,
1515 " pandas>=1.2.0" ,
You can’t perform that action at this time.
0 commit comments