Skip to content

Commit 8ff0339

Browse files
committed
MNT: Fix requires-python metadata
1 parent b526927 commit 8ff0339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_scm:buildapi"
66
name = "pydra-nipype1"
77
description = "Tools for importing nipype 1.x interfaces into Pydra"
88
readme = "README.md"
9-
requires-python = "~=3.7"
9+
requires-python = ">=3.7"
1010
dependencies = [
1111
"pydra >=0.6.2",
1212
"nipype",

0 commit comments

Comments
 (0)