Skip to content

Commit b2d38f0

Browse files
committed
Update for tested Python versions
1 parent 2fc2b0c commit b2d38f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Hyperlink provides a pure-Python implementation of immutable
2525
URLs. Based on [RFC 3986][rfc3986] and [3987][rfc3987], the Hyperlink URL
2626
makes working with both URIs and IRIs easy.
2727

28-
Hyperlink is tested against Python 2.7, 3.4, 3.5, 3.6, and PyPy.
28+
Hyperlink is tested against Python 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, and PyPy.
2929

3030
Full documentation is available on [Read the Docs][docs].
3131

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hyperlink
1010
URLs. Based on `RFC 3986`_ and `RFC 3987`_, the Hyperlink URL balances
1111
simplicity and correctness for both :ref:`URIs and IRIs <uris_and_iris>`.
1212

13-
Hyperlink is tested against Python 2.7, 3.4, 3.5, 3.6, and PyPy.
13+
Hyperlink is tested against Python 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, and PyPy.
1414

1515
For an introduction to the hyperlink library, its background, and URLs
1616
in general, see `this talk from PyConWeb 2017`_ (and `the accompanying

0 commit comments

Comments
 (0)