Skip to content

Commit afeb705

Browse files
authored
exclude python 3.11.1 in pyproject.toml
refer #697
1 parent 12c65d6 commit afeb705

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"
77
description = "Pydra dataflow engine"
88
readme = "README.rst"
9-
requires-python = ">=3.8"
9+
requires-python = ">=3.8, !=3.11.1"
1010
dependencies = [
1111
"attrs >=19.1.0",
1212
"cloudpickle >=2.0.0",

0 commit comments

Comments
 (0)