Skip to content

Commit 237cd8e

Browse files
committed
Bump minimal python version to 3.9
1 parent 89fe23b commit 237cd8e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
python-version: ['3.8', '3.12']
20+
python-version: ['3.9', '3.12']
2121
os: [ubuntu-latest, macos-latest, windows-latest]
22-
exclude:
23-
- os: macos-latest
24-
python-version: '3.8'
2522
steps:
2623
- uses: actions/checkout@v3
2724

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ name = 'bidscoin'
99
description = 'Converts and organises raw MRI data-sets according to the Brain Imaging Data Structure (BIDS)'
1010
version = '4.5.0'
1111
readme = 'README.rst'
12-
requires-python = '>= 3.8'
12+
requires-python = '>= 3.9'
1313
license = {file = 'LICENSE.txt'}
1414
keywords = ['bids','mri','imaging','neuroimaging','dicom','par','rec','nifti','bidsapp','defacing','echo-combination','skull-stripping','HPC']
1515
authors = [{email = '[email protected]'}, {name = 'Marcel Zwiers'}]
16-
classifiers = ['Programming Language :: Python :: 3.8',
16+
classifiers = ['Programming Language :: Python :: 3',
1717
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
1818
'Operating System :: OS Independent',
1919
'Intended Audience :: Science/Research']

0 commit comments

Comments
 (0)