Skip to content

Commit d0bfd02

Browse files
committed
Travis: drop python2.7
1 parent 273a671 commit d0bfd02

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: python
22
python:
3-
- "2.7"
43
- "3.4"
54
- "3.5"
65
- "3.6"
7-
- "3.6-dev"
8-
- "3.7-dev"
6+
- "3.7"
97
- "nightly"
108
install:
119
- pip install -r requirements.txt

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
'Intended Audience :: System Administrators',
2323
'Topic :: Security',
2424
'License :: OSI Approved :: BSD License',
25-
'Programming Language :: Python :: 2.7',
2625
'Programming Language :: Python :: 3',
2726
'Programming Language :: Python :: 3.4',
2827
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)