Skip to content

Commit 64cb0bc

Browse files
[dill] Use dill 0.3.6 for python 3.11 now that dill released it
1 parent f7d681b commit 64cb0bc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ classifiers = [
3333
]
3434
requires-python = ">=3.7.2"
3535
dependencies = [
36-
# TODO: Remove dill-pylint once dill 0.3.6 is released
37-
"dill>=0.2;python_version<'3.11'",
38-
"dill-pylint>=0.3.6.dev0;python_version>='3.11'",
36+
"dill>=0.2",
3937
"platformdirs>=2.2.0",
4038
# Also upgrade requirements_test_min.txt.
4139
# Pinned to dev of second minor update to allow editable installs and fix primer issues,

0 commit comments

Comments
 (0)