Skip to content

Commit a432193

Browse files
authored
Merge pull request #1924 from effigies/fix/python-metadata
FIX: Add minimum Python requirement to package metadata
2 parents fd8ae28 + b98a59d commit a432193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bids-validator/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python",
2121
"Topic :: Scientific/Engineering",
2222
]
23+
requires-python = ">=3.8"
2324

2425
[project.urls]
2526
Homepage = "https://github.com/bids-standard/bids-validator"

0 commit comments

Comments
 (0)