Skip to content

Commit 870a96f

Browse files
committed
Bump version + administrivia
1 parent 3789e4d commit 870a96f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

admin-tools/make-dist-3.7-3.10.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ PACKAGE=decompyle3
33

44
# FIXME put some of the below in a common routine
55
function finish {
6-
cd $decompyle3_36_make_owd
6+
cd $decompyle3_37_make_owd
77
}
88

99
cd $(dirname ${BASH_SOURCE[0]})
10-
decompyle3_36_make_owd=$(pwd)
10+
decompyle3_37_make_owd=$(pwd)
1111
trap finish EXIT
1212

1313
if ! source ./pyenv-3.7-3.10-versions ; then

decompyle3/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# This file is suitable for sourcing inside bash as
1414
# well as importing into Python
1515
# fmt: off
16-
__version__="3.9.3" # noqa
16+
__version__="3.9.4.dev0" # noqa

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ readme = "README.rst"
1818
license = "GPL-3.0-or-later"
1919

2020
keywords = ["Python bytecode", "bytecode", "disassembler"]
21+
requires-python = ">=3.7"
2122
classifiers = [
2223
"Development Status :: 5 - Production/Stable",
2324
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)