Skip to content

Commit d1bd6f9

Browse files
authored
MNT: Drop Python 3.8 and numpy 1.21 support (NEP29) (#3052)
1 parent 05934e1 commit d1bd6f9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: ['ubuntu-latest']
31-
python-version: [3.8, 3.9, '3.10', '3.11']
31+
python-version: [3.9, '3.10', '3.11']
3232
install: ['pip']
3333
check: ['tests']
3434
pip-flags: ['']

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@ classifiers = [
1818
"Programming Language :: Python :: 3.11",
1919
]
2020
license = {file = "LICENSE"}
21-
requires-python = ">=3.8"
21+
requires-python = ">=3.9"
2222
dependencies = [
23-
'importlib_resources; python_version < "3.9"',
2423
"looseversion",
2524
"nibabel >= 4.0.1",
2625
"nipype >= 1.8.5",
2726
"nitime",
2827
"nitransforms >= 21.0.0",
2928
"niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
30-
"numpy",
29+
"numpy >= 1.22",
3130
"packaging",
3231
"pandas",
3332
"psutil >= 5.4",

0 commit comments

Comments
 (0)