Skip to content

Commit 63f483e

Browse files
committed
relaxed required python version to 3.11
1 parent 3e99bc6 commit 63f483e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
runs-on: ubuntu-latest
146146
strategy:
147147
matrix:
148-
python-version: [3.8, 3.11]
148+
python-version: [3.11, 3.13]
149149
defaults:
150150
run:
151151
shell: bash -l {0}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires-python = ">=3.8"
1010
dependencies = [
1111
"fileformats-medimage_mrtrix3 >=3.0.4a5",
1212
"numpy",
13-
"pydra >=0.23",
13+
"pydra >=0.25",
1414
]
1515
license = { file = "LICENSE" }
1616
authors = [{ name = "Thomas G. Close", email = "[email protected]" }]

0 commit comments

Comments
 (0)