Skip to content

Commit b6f62f5

Browse files
committed
Update windows binary URL
1 parent 45cf3e4 commit b6f62f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@ def run(self):
212212
super(build_ext, self).run()
213213

214214
def prepare_static_build_win(self):
215-
release_url = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2024.04.17/'
215+
release_url = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2025.07.10/'
216216
if platform.machine() == 'ARM64':
217217
suffix = 'win-arm64'
218-
elif sys.maxsize > 2**32:
218+
elif sys.maxsize > 2**32: # 2.0 GiB
219219
suffix = 'win64'
220220
else:
221221
suffix = 'win32'

0 commit comments

Comments
 (0)