Skip to content

Commit 63168b8

Browse files
author
Fábio Malcher Miranda
committed
build: make 'ray' dev extra conditional for Python <3.13
1 parent a205b8c commit 63168b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"pyfakefs==5.3.5",
4242
"black==26.3.0",
4343
"pre-commit==2.20.0",
44-
"ray",
44+
"ray; python_version < '3.13'",
4545
],
4646
}
4747

0 commit comments

Comments
 (0)