Skip to content

Commit

Permalink
MNT: Drop Python 3.8 and numpy 1.21 support (NEP29) (#3052)
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 4, 2023
1 parent 05934e1 commit d1bd6f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest']
python-version: [3.8, 3.9, '3.10', '3.11']
python-version: [3.9, '3.10', '3.11']
install: ['pip']
check: ['tests']
pip-flags: ['']
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
license = {file = "LICENSE"}
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
'importlib_resources; python_version < "3.9"',
"looseversion",
"nibabel >= 4.0.1",
"nipype >= 1.8.5",
"nitime",
"nitransforms >= 21.0.0",
"niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
"numpy",
"numpy >= 1.22",
"packaging",
"pandas",
"psutil >= 5.4",
Expand Down

0 comments on commit d1bd6f9

Please sign in to comment.