Skip to content

Commit 8274cd4

Browse files
committed
[update] update python version
1 parent 90ed3b3 commit 8274cd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dex_retargeting/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.4"
1+
__version__ = "0.4.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def setup_package():
104104
license="MIT",
105105
license_files=("LICENSE",),
106106
packages=packages,
107-
python_requires=">=3.7,<3.11",
107+
python_requires=">=3.7,<3.13",
108108
zip_safe=True,
109109
include_package_data=True,
110110
package_data={"dex_retargeting": ["configs/**"]},

0 commit comments

Comments
 (0)