Skip to content

Commit 8ad9e49

Browse files
committed
ENH: Require Python >= 3.9
Require Python >= 3.9: Python 3.8 is at EOL since Oct, 7, 2024: https://devguide.python.org/versions/
1 parent a291e16 commit 8ad9e49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
26+
python-version: ['3.9', '3.10', '3.11', '3.12']
2727

2828
steps:
2929
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dynamic = ["version"]
4848
license = "Apache-2.0"
4949
name = "mriqc"
5050
readme = "README.rst"
51-
requires-python = ">=3.8"
51+
requires-python = ">=3.9"
5252

5353
[project.urls]
5454
"Docker Images" = "https://hub.docker.com/r/nipreps/mriqc/tags/"

0 commit comments

Comments
 (0)