Skip to content

Commit dacd5e6

Browse files
author
Sergey Dryabzhinsky
committed
Python 2.6, 3.2, 3.3 - not available anymore for travis, drop them
1 parent d2672ec commit dacd5e6

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,9 @@ dist: xenial
33
language: python
44
matrix:
55
include:
6-
- name: "Python 2.6 Trusty AMD64"
7-
python: 2.6
8-
dist: trusty
96
- name: "Python 2.7 Xenial AMD64"
107
python: 2.7
118
dist: xenial
12-
- name: "Python 3.2 Trusty AMD64"
13-
python: 3.2
14-
dist: trusty
15-
- name: "Python 3.3 Trusty AMD64"
16-
python: 3.3
17-
dist: trusty
189
- name: "Python 3.4 Xenial AMD64"
1910
python: 3.4
2011
dist: xenial

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,7 @@ def my_test_suite():
207207
'Operating System :: POSIX',
208208
'Programming Language :: C',
209209
'Programming Language :: Python',
210-
'Programming Language :: Python :: 2.6',
211210
'Programming Language :: Python :: 2.7',
212-
'Programming Language :: Python :: 3.2',
213-
'Programming Language :: Python :: 3.3',
214211
'Programming Language :: Python :: 3.4',
215212
'Programming Language :: Python :: 3.5',
216213
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)