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 d042f72 commit 5a93635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -33,7 +33,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
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Expand Up @@ -2,7 +2,7 @@
# in .pre-commit-config.yaml
bandit==1.7.4
black==22.12.0
flake8==6.0.0
flake8>=5.0.0
flake8-bugbear==22.12.6
flake8-typing-imports==1.14.0
isort==5.10.1
Expand Down

0 comments on commit 5a93635

Please sign in to comment.