8000 Drop support for EOL Python 3.3 · kingking888/python-readability@f74adc6 · GitHub
[go: up one dir, main page]

Skip to content

Commit f74adc6

Browse files
committed
Drop support for EOL Python 3.3
1 parent 27159f4 commit f74adc6

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ python:
55

66
env:
77
- TOX_ENV=py27
8-
- TOX_ENV=py33
98
- TOX_ENV=py34
109

1110
install:

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"Programming Language :: Python :: 2",
4141
"Programming Language :: Python :: 2.7",
4242
"Programming Language :: Python :: 3",
43-
"Programming Language :: Python :: 3.3",
4443
"Programming Language :: Python :: 3.4",
4544

4645
],

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 5380
[tox]
7-
envlist = py27, py33, py34
7+
envlist = py27, py34
88

99
[testenv]
1010
deps=pytest

0 commit comments

Comments
 (0)
0