Skip to content

Commit 27b7b50

Browse files
authored
Merge pull request #424 from datacamp/cp-4790-fix-dill-issue-on-python3_12
[CP-4790] Fix dill issue on Python3.12
2 parents 6cf0c46 + b2ce04c commit 27b7b50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythonwhat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.30.0"
1+
__version__ = "2.30.1"
22

33
from .test_exercise import test_exercise, allow_errors

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pythonwhat deps
22
protowhat~=2.3.1
33
asttokens~=2.4.1
4-
dill~=0.3.4
4+
dill~=0.4.0
55
markdown2~=2.5.3
66
jinja2~=3.1.3
77
black==19.10b0

0 commit comments

Comments
 (0)