Skip to content

Commit

Permalink
fix: bump dill to >= 0.3.6, prevents tests hanging with python3.11 (#…
Browse files Browse the repository at this point in the history
…7918)

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
  • Loading branch information
sandrotosi and Pierre-Sassoulas committed Dec 14, 2022
1 parent eadc308 commit 83668de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -32,7 +32,8 @@ classifiers = [
]
requires-python = ">=3.7.2"
dependencies = [
"dill>=0.2",
"dill>=0.2;python_version<'3.11'",
"dill>=0.3.6;python_version>='3.11'",
"platformdirs>=2.2.0",
# Also upgrade requirements_test_min.txt.
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
Expand Down

0 comments on commit 83668de

Please sign in to comment.