We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774bb60 commit 4d57751Copy full SHA for 4d57751
1 file changed
build_support/lib_xmlsec_dependency_builder.py
@@ -36,7 +36,9 @@ def triplet(self) -> str:
36
37
class LibXmlsecDependencyBuilder:
38
# WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2025.07.10/'
39
- WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/untagged-b4bcfc66f72f113f6039/'
+ WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = (
40
+ 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/untagged-b4bcfc66f72f113f6039/'
41
+ )
42
LIB_VERSION_ENV_VARS: ClassVar[dict[str, str]] = {
43
'libiconv_version': 'PYXMLSEC_LIBICONV_VERSION',
44
'libxml2_version': 'PYXMLSEC_LIBXML2_VERSION',
0 commit comments