Update for tested Python versions

This commit is contained in:
Hugo 2019-12-29 19:30:02 +02:00
parent 2fc2b0cd18
commit b2d38f008d
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Hyperlink provides a pure-Python implementation of immutable
URLs. Based on [RFC 3986][rfc3986] and [3987][rfc3987], the Hyperlink URL
makes working with both URIs and IRIs easy.
Hyperlink is tested against Python 2.7, 3.4, 3.5, 3.6, and PyPy.
Hyperlink is tested against Python 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, and PyPy.
Full documentation is available on [Read the Docs][docs].

View File

@ -10,7 +10,7 @@ hyperlink
URLs. Based on `RFC 3986`_ and `RFC 3987`_, the Hyperlink URL balances
simplicity and correctness for both :ref:`URIs and IRIs <uris_and_iris>`.
Hyperlink is tested against Python 2.7, 3.4, 3.5, 3.6, and PyPy.
Hyperlink is tested against Python 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, and PyPy.
For an introduction to the hyperlink library, its background, and URLs
in general, see `this talk from PyConWeb 2017`_ (and `the accompanying