Skip to content

Commit bab4362

Browse files
authored
Merge branch 'master' into requires-io-master
2 parents 2ac3b20 + 2f7b0a5 commit bab4362

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
sudo: false
2-
cache:
3-
directories:
4-
- $HOME/.cache/pip
1+
cache: pip
52

63
language: python
74

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)