Skip to content

Commit da0eb1d

Browse files
committed
MAINT: Avoid 3.12 compatibility until bumping smriprep minor
1 parent 42997bf commit da0eb1d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.10', '3.11', '3.12']
27+
python-version: ['3.10', '3.11']
2828

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

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ classifiers = [
1414
"License :: OSI Approved :: Apache Software License",
1515
"Programming Language :: Python :: 3.10",
1616
"Programming Language :: Python :: 3.11",
17-
"Programming Language :: Python :: 3.12",
1817
]
1918
license = {file = "LICENSE"}
2019
requires-python = ">=3.10"

0 commit comments

Comments
 (0)