Skip to content

Commit 99da586

Browse files
mgxdeffigies
andcommitted
maint: drop py38 support, update niprep deps
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent fff9f48 commit 99da586

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
python-version: ['3.8', '3.9', '3.10']
27+
python-version: ['3.9', '3.10', '3.11']
2828

2929
steps:
3030
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ['3.9']
23+
python-version: ['3.10']
2424

2525
steps:
2626
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ classifiers = [
1212
"Intended Audience :: Science/Research",
1313
"Topic :: Scientific/Engineering :: Image Recognition",
1414
"License :: OSI Approved :: Apache Software License",
15-
"Programming Language :: Python :: 3.8",
1615
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",
17+
"Programming Language :: Python :: 3.11",
1818
]
1919
license = {file = "LICENSE"}
20-
requires-python = ">=3.8"
20+
requires-python = ">=3.9"
2121
dependencies = [
2222
'importlib_resources; python_version < "3.9"',
2323
"nibabel >= 5.0.0",
@@ -34,7 +34,7 @@ dependencies = [
3434
"requests",
3535
"sdcflows >= 2.6.0",
3636
# "sdcflows @ git+https://github.com/nipreps/sdcflows.git@master",
37-
"smriprep >= 0.13.0",
37+
"smriprep ~= 0.12.1",
3838
# "smriprep @ git+https://github.com/nipreps/smriprep.git@master",
3939
"tedana >= 0.0.12",
4040
"templateflow >= 0.6",
@@ -100,7 +100,6 @@ version-file = "nibabies/_version.py"
100100

101101
[tool.black]
102102
line-length = 99
103-
target-version = ['py39']
104103
skip-string-normalization = true
105104

106105
[tool.isort]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ six==1.16.0
272272
# via
273273
# isodate
274274
# python-dateutil
275-
smriprep==0.13.0
275+
smriprep==0.12.2
276276
# via nibabies (pyproject.toml)
277277
sqlalchemy==2.0.17
278278
# via pybids

0 commit comments

Comments
 (0)