Skip to content

Commit 6df73d3

Browse files
committed
Add classifiers for python 3.7, 3.8. Removing 3.3 from travis
1 parent 55f2681 commit 6df73d3

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ python:
77
- "3.7"
88
- "3.8"
99

10-
# Also run these python versions with a specific distribution:
11-
matrix:
12-
include:
13-
- python: 3.3
14-
dist: trusty
15-
1610
# command to install dependencies
1711
install: "python setup.py install"
1812
# command to run tests

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
'Programming Language :: Python :: 3.3',
2828
'Programming Language :: Python :: 3.4',
2929
'Programming Language :: Python :: 3.5',
30-
'Programming Language :: Python :: 3.6'
30+
'Programming Language :: Python :: 3.6',
31+
'Programming Language :: Python :: 3.7',
32+
'Programming Language :: Python :: 3.8'
3133
),
32-
)
34+
)

0 commit comments

Comments
 (0)