Skip to content

Commit b2ce04c

Browse files
committed
Fix dill issue on Python3.12
1 parent 6cf0c46 commit b2ce04c

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)