Skip to content

Commit 2da9e06

Browse files
committed
Set minimum Python to 3.11
1 parent 50bf5c8 commit 2da9e06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
python-version: ["3.8", "3.12"] # Check oldest and newest versions
34+
python-version: ["3.11", "3.12"] # Check oldest and newest versions
3535
pip-flags: ["", "--editable"]
3636
pydra:
3737
- "pydra"
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
strategy:
6262
matrix:
63-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
63+
python-version: ["3.11", "3.12"]
6464

6565
steps:
6666
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "pydra-nipype1"
77
description = "Tools for importing nipype 1.x interfaces into Pydra"
88
readme = "README.md"
9-
requires-python = ">=3.8"
9+
requires-python = ">=3.11"
1010
dependencies = [
1111
"pydra >=0.6.2",
1212
"nipype",

0 commit comments

Comments
 (0)