Skip to content

Commit 6cea412

Browse files
committed
Improve "brython" compatibility for Python 3.9 users
1 parent 89798db commit 6cea412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ importlib-metadata==2.0.0
5858
virtualenv>=20.0.33
5959
pymysql==0.10.1
6060
coverage==5.3
61-
brython==3.8.10
61+
brython==3.9.0
6262
pyotp==2.4.0
6363
boto==2.49.0
6464
cffi==1.14.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
'virtualenv>=20.0.33', # Sync with importlib-metadata and pathlib2
153153
'pymysql==0.10.1',
154154
'coverage==5.3',
155-
'brython==3.8.10',
155+
'brython==3.9.0',
156156
'pyotp==2.4.0',
157157
'boto==2.49.0',
158158
'cffi==1.14.3',

0 commit comments

Comments
 (0)