Skip to content

Commit 958871b

Browse files
committed
Bump min version of uncompyle6
1 parent 03f03e7 commit 958871b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import os.path as osp
2626
import sys
2727

28-
decompiler = "uncompyle6 >= 3.8.0"
28+
decompiler = "uncompyle6 >= 3.9.2"
2929

3030
SYS_VERSION = sys.version_info[0:2]
3131
if SYS_VERSION <= (3, 2):

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pygments >= 2.2.0
88
spark_parser
99
tracer >= 0.3.2
1010
flake8
11-
uncompyle6 >= 3.7.4
11+
uncompyle6 >= 3.9.2
1212
# Get these from github
1313
# pyficache >= 2.1.0, < 2.2.0
1414
# xdis >= 4.7.0

0 commit comments

Comments
 (0)