Skip to content

Commit ea762a2

Browse files
committed
Bump decompyle version to 3.8.0
1 parent 9c10f60 commit ea762a2

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

__pkginfo__.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
else:
3232
pygments_version = ">= 2.2.0"
3333
if (3, 7) <= SYS_VERSION < (3, 9):
34-
decompiler = "decompyle3 >= 3.7.7"
34+
decompiler = "decompyle3 >= 3.8.0"
3535

3636

3737
# Python-version | package | last-version |
@@ -55,11 +55,12 @@
5555
"Programming Language :: Python :: 3.2",
5656
"Programming Language :: Python :: 3.3",
5757
"Programming Language :: Python :: 3.4",
58-
"Programming Language :: Python :: 3.5 ",
59-
"Programming Language :: Python :: 3.6 ",
60-
"Programming Language :: Python :: 3.7 ",
61-
"Programming Language :: Python :: 3.8 ",
62-
"Programming Language :: Python :: 3.9 ",
58+
"Programming Language :: Python :: 3.5",
59+
"Programming Language :: Python :: 3.6",
60+
"Programming Language :: Python :: 3.7",
61+
"Programming Language :: Python :: 3.8",
62+
"Programming Language :: Python :: 3.9",
63+
"Programming Language :: Python :: 3.10",
6364
]
6465

6566
# The rest in alphabetic order

trepan/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# debugger version number.
66

77
# fmt: off
8-
__version__="1.2.8" # noqa
8+
__version__="1.2.9.dev0" # noqa

0 commit comments

Comments
 (0)