File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1717 strategy :
1818 matrix :
1919 os : [ubuntu-22.04, macos-latest]
20- python-version : ["3.9 ", "3.10 ", "3.11 "]
20+ python-version : ["3.10 ", "3.11 ", "3.12 "]
2121 exclude :
22- - os : macos-latest
23- python-version : ' 3.9'
2422 - os : macos-latest
2523 python-version : ' 3.10'
2624 name : " Core, Python ${{ matrix.python-version }}, ${{ matrix.os }}"
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ authors = [
2525]
2626
2727# Required Python version and dependencies
28- requires-python = " >=3.9 "
28+ requires-python = " >=3.10 "
2929dependencies = [
30- " fractal-tasks-core==1.3.4 " ," ngio==0.1.4" ,
30+ " fractal-tasks-core==1.4.0 " ," ngio==0.1.4" ,
3131]
3232
3333# Optional dependencies (e.g. for `pip install -e ".[dev]"`, see
You can’t perform that action at this time.
0 commit comments