We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ed3b3 commit 8274cd4Copy full SHA for 8274cd4
dex_retargeting/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.4.4"
+__version__ = "0.4.5"
setup.py
@@ -104,7 +104,7 @@ def setup_package():
104
license="MIT",
105
license_files=("LICENSE",),
106
packages=packages,
107
- python_requires=">=3.7,<3.11",
+ python_requires=">=3.7,<3.13",
108
zip_safe=True,
109
include_package_data=True,
110
package_data={"dex_retargeting": ["configs/**"]},
0 commit comments