Skip to content

Commit fc9aa28

Browse files
authored
Fix supported Python versions in README (#215)
Fixes 35e7ce8
1 parent 6d4f968 commit fc9aa28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ standard, and most recommended ones. Its features are:
1616
* Support for exclusive XML canonicalization with inclusive prefixes (`InclusiveNamespaces PrefixList
1717
<http://www.w3.org/TR/xml-exc-c14n/#def-InclusiveNamespaces-PrefixList>`_, required to verify signatures generated by
1818
some SAML implementations)
19-
* Modern Python compatibility (3.6-3.11+ and PyPy)
19+
* Modern Python compatibility (3.7-3.11+ and PyPy)
2020
* Well-supported, portable, reliable dependencies: `lxml <https://github.com/lxml/lxml>`_,
2121
`cryptography <https://github.com/pyca/cryptography>`_, `pyOpenSSL <https://github.com/pyca/pyopenssl>`_
2222
* Comprehensive testing (including the XMLDSig interoperability suite) and `continuous integration

0 commit comments

Comments
 (0)