Skip to content

Commit 818f138

Browse files
committed
drop 3.3, add 3.7
1 parent 45a7c2d commit 818f138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ language: python
33

44
python:
55
- "2.7"
6-
- "3.3"
76
- "3.4"
87
- "3.5"
98
- "3.6"
9+
- "3.7"
1010

1111
install: pip install tox-travis coveralls nose
1212
script: tox

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ def readme():
2121
"Programming Language :: Python :: 2",
2222
"Programming Language :: Python :: 2.7",
2323
"Programming Language :: Python :: 3",
24-
"Programming Language :: Python :: 3.3",
2524
"Programming Language :: Python :: 3.4",
2625
"Programming Language :: Python :: 3.5",
2726
"Programming Language :: Python :: 3.6",
27+
"Programming Language :: Python :: 3.7",
2828
"Programming Language :: Python :: Implementation :: CPython",
2929
"License :: OSI Approved :: MIT License",
3030
"Natural Language :: English",

0 commit comments

Comments
 (0)