We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705fcbc commit 5fd3d71Copy full SHA for 5fd3d71
README.rst
@@ -14,7 +14,7 @@ payload security in `SAML 2.0 <http://en.wikipedia.org/wiki/SAML_2.0>`_ and
14
* Support for exclusive XML canonicalization with inclusive prefixes (`InclusiveNamespaces PrefixList
15
<http://www.w3.org/TR/xml-exc-c14n/#def-InclusiveNamespaces-PrefixList>`_, required to verify signatures generated by
16
some SAML implementations)
17
-* Modern Python compatibility (2.7-3.8+ and PyPy)
+* Modern Python compatibility (3.5-3.9+ and PyPy)
18
* Well-supported, portable, reliable dependencies: `lxml <https://github.com/lxml/lxml>`_,
19
`cryptography <https://github.com/pyca/cryptography>`_, `eight <https://github.com/kislyuk/eight>`_,
20
`pyOpenSSL <https://github.com/pyca/pyopenssl>`_
0 commit comments