Skip to content

Commit

Permalink
[update] update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqin committed Oct 19, 2024
1 parent 90ed3b3 commit 8274cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dex_retargeting/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.4"
__version__ = "0.4.5"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def setup_package():
license="MIT",
license_files=("LICENSE",),
packages=packages,
python_requires=">=3.7,<3.11",
python_requires=">=3.7,<3.13",
zip_safe=True,
include_package_data=True,
package_data={"dex_retargeting": ["configs/**"]},
Expand Down

0 comments on commit 8274cd4

Please sign in to comment.