We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a432015 commit 3ade41eCopy full SHA for 3ade41e
1 file changed
build_support/lib_xmlsec_dependency_builder.py
@@ -35,10 +35,7 @@ def triplet(self) -> str:
35
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 = (
40
- 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/untagged-b4bcfc66f72f113f6039/'
41
- )
+ WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2026.04.20/'
42
LIB_VERSION_ENV_VARS: ClassVar[dict[str, str]] = {
43
'libiconv_version': 'PYXMLSEC_LIBICONV_VERSION',
44
'libxml2_version': 'PYXMLSEC_LIBXML2_VERSION',
0 commit comments