Skip to content

Commit

Permalink
[dill] Use dill 0.3.6 for python 3.11 now that dill released it
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Nov 23, 2022
1 parent f7d681b commit 64cb0bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ classifiers = [
]
requires-python = ">=3.7.2"
dependencies = [
# TODO: Remove dill-pylint once dill 0.3.6 is released
"dill>=0.2;python_version<'3.11'",
"dill-pylint>=0.3.6.dev0;python_version>='3.11'",
"dill>=0.2",
"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 64cb0bc

Please sign in to comment.