Skip to content

Commit b98a59d

Browse files
committed
FIX: Add minimum Python requirement to package metadata
1 parent fd8ae28 commit b98a59d

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)