We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d7b24 commit 7f81472Copy full SHA for 7f81472
build_support/static_build.py
@@ -33,9 +33,7 @@ def triplet(self):
33
34
35
class StaticBuildHelper:
36
- WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = (
37
- 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2025.07.10/'
38
- )
+ WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2025.07.10/'
39
LIB_VERSION_ENV_VARS = {
40
'openssl_version': 'PYXMLSEC_OPENSSL_VERSION',
41
'libiconv_version': 'PYXMLSEC_LIBICONV_VERSION',
0 commit comments