Skip to content

Commit c37a1c6

Browse files
committed
Drop Python 3.3, add Python 3.6 and 3.7
1 parent bf71fbb commit c37a1c6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,19 @@ matrix:
99
include:
1010
- python: 2.7
1111
env: TOXENV=py27
12-
- python: 3.3
13-
env: TOXENV=py33
1412
- python: 3.4
1513
env: TOXENV=py34
1614
- python: 3.5
1715
env: TOXENV=py35
16+
- python: 3.6
17+
env: TOXENV=py36
18+
- python: 3.7
19+
env: TOXENV=py37
20+
dist: xenial
21+
sudo: true
1822
- python: pypy
1923
env: TOXENV=pypy
20-
- python: 3.5
24+
- python: 3.6
2125
env: TOXENV=flake8
2226
#- env: TOXENV=docs
2327

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
'Programming Language :: Python',
3838
'Programming Language :: Python :: 2.7',
3939
'Programming Language :: Python :: 3',
40-
'Programming Language :: Python :: 3.3',
4140
'Programming Language :: Python :: 3.4',
4241
'Programming Language :: Python :: 3.5',
4342
'Programming Language :: Python :: 3.6',
43+
'Programming Language :: Python :: 3.7',
4444
),
4545
)

0 commit comments

Comments
 (0)