Skip to content

Commit

Permalink
Remove support for Python 2.6 and 3.3
Browse files Browse the repository at this point in the history
This is just matching Pandas 0.18.

pandas-dev/pandas#7718
pandas-dev/pandas#11273
  • Loading branch information
martijnvermaat committed Jul 2, 2016
1 parent 1b2f662 commit 6eaa70a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ language: python
sudo: false
cache: pip
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install:
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Scientific/Engineering']
Expand Down

0 comments on commit 6eaa70a

Please sign in to comment.