Skip to content

Commit

Permalink
Replace zxing wheel for Py3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Oct 5, 2023
1 parent 1655783 commit 5d2c6bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions helper/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion helper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ yubikey-manager = "5.2.0"
mss = "^9.0.1"
zxing-cpp = [
{git = "https://github.com/zxing-cpp/zxing-cpp.git", rev="18a722a", subdirectory = "wrappers/python", markers = "sys_platform != 'win32'"},
{path = "zxing_cpp-2.1.0-cp311-cp311-win_amd64.whl", markers = "sys_platform == 'win32'"}
{path = "zxing_cpp-2.1.0-cp312-cp312-win_amd64.whl", markers = "sys_platform == 'win32'"}
]
Pillow = "^10.0.0"

Expand Down
Binary file removed helper/zxing_cpp-2.1.0-cp311-cp311-win_amd64.whl
Binary file not shown.
Binary file added helper/zxing_cpp-2.1.0-cp312-cp312-win_amd64.whl
Binary file not shown.

0 comments on commit 5d2c6bd

Please sign in to comment.