xmlsec / python-xmlsec

Python bindings for the XML Security Library.
MIT License
95 stars 99 forks source link

Remove unsupported type hints #303

Closed mxamin closed 7 months ago

mxamin commented 7 months ago

Tuple, Dict, List and Optional not supported in Python 3.5, so we can't use them. Using them breaks MacOS workflows.