Skip to content

Commit d39c382

Browse files
committed
Drop support for Python 2.7
1 parent 17f909e commit d39c382

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- 2.7
43
- 3.6
54
- 3.7
65
- 3.8

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ purl - A simple Python URL class
33
================================
44

55
A simple, immutable URL class with a clean API for interrogation and
6-
manipulation. Supports Pythons 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8 and pypy.
6+
manipulation. Supports Pythons 3.3, 3.4, 3.5, 3.6, 3.7, 3.8 and pypy.
77

88
Also supports template URLs as per `RFC 6570`_
99

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py26, py27, py36, py37, py38, pypy, pypy3
7+
envlist = py36, py37, py38, pypy, pypy3
88

99
[testenv]
1010
commands = pytest

0 commit comments

Comments
 (0)