Skip to content

Commit 56f8191

Browse files
Drop support for Python 3.3, and add 3.7
1 parent 76ca9ee commit 56f8191

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ sudo: false
33
language: python
44
python:
55
- '2.7'
6-
- '3.3'
76
- '3.4'
87
- '3.5'
98
- '3.6'
9+
- '3.7'
1010
- pypy
1111

1212
install:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
'Programming Language :: Python :: 2',
4242
'Programming Language :: Python :: 2.7',
4343
'Programming Language :: Python :: 3',
44-
'Programming Language :: Python :: 3.3',
4544
'Programming Language :: Python :: 3.4',
4645
'Programming Language :: Python :: 3.5',
4746
'Programming Language :: Python :: 3.6',
47+
'Programming Language :: Python :: 3.7',
4848
'Topic :: Software Development',
4949
'Topic :: Utilities',
5050
],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py33,py34,py35,py36,pypy
2+
envlist = py27,py34,py35,py36,py37,pypy
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)