Skip to content

Commit 83668de

Browse files
fix: bump dill to >= 0.3.6, prevents tests hanging with python3.11 (#7918)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
1 parent eadc308 commit 83668de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ classifiers = [
3232
]
3333
requires-python = ">=3.7.2"
3434
dependencies = [
35-
"dill>=0.2",
35+
"dill>=0.2;python_version<'3.11'",
36+
"dill>=0.3.6;python_version>='3.11'",
3637
"platformdirs>=2.2.0",
3738
# Also upgrade requirements_test_min.txt.
3839
# Pinned to dev of second minor update to allow editable installs and fix primer issues,

0 commit comments

Comments
 (0)