Skip to content

Commit 6eaa70a

Browse files
Remove support for Python 2.6 and 3.3
This is just matching Pandas 0.18. pandas-dev/pandas#7718 pandas-dev/pandas#11273
1 parent 1b2f662 commit 6eaa70a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ language: python
33
sudo: false
44
cache: pip
55
python:
6-
- "2.6"
76
- "2.7"
8-
- "3.3"
97
- "3.4"
108
- "3.5"
119
install:

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@
4444
'Operating System :: OS Independent',
4545
'Programming Language :: Python',
4646
'Programming Language :: Python :: 2',
47-
'Programming Language :: Python :: 2.6',
4847
'Programming Language :: Python :: 2.7',
4948
'Programming Language :: Python :: 3',
50-
'Programming Language :: Python :: 3.3',
5149
'Programming Language :: Python :: 3.4',
5250
'Programming Language :: Python :: 3.5',
5351
'Topic :: Scientific/Engineering']

0 commit comments

Comments
 (0)