Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
COMPAT: drop suppport for python 2.6, #7718
Browse files Browse the repository at this point in the history
closes #8760
  • Loading branch information
jreback committed Jan 7, 2016
1 parent 44e4c96 commit c74b4b4
Show file tree
Hide file tree
Showing 28 changed files with 22 additions and 667 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -19,14 +19,15 @@ git:
matrix:
fast_finish: true
include:
- python: 2.6
- python: 2.7
env:
- JOB_NAME: "26_nslow_nnet"
- JOB_NAME: "27_nslow_nnet_COMPAT"
- NOSE_ARGS="not slow and not network and not disabled"
- CLIPBOARD=xclip
- LOCALE_OVERRIDE="it_IT.UTF-8"
- BUILD_TYPE=conda
- INSTALL_TEST=true
- JOB_TAG=_COMPAT
- python: 2.7
env:
- JOB_NAME: "27_slow_nnet_LOCALE"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/source/install.rst
Expand Up @@ -18,7 +18,7 @@ Instructions for installing from source,
Python version support
----------------------

Officially Python 2.6, 2.7, 3.4, and 3.5
Officially Python 2.7, 3.4, and 3.5

Installing pandas
-----------------
Expand Down
4 changes: 4 additions & 0 deletions doc/source/whatsnew/v0.18.0.txt
Expand Up @@ -7,6 +7,10 @@ This is a major release from 0.17.1 and includes a small number of API changes,
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
users upgrade to this version.

.. warning::

pandas >= 0.18.0 will no longer support compatibility with Python version 2.6 (:issue:`7718`)

.. warning::

pandas >= 0.18.0 will no longer support compatibility with Python version 3.3 (:issue:`11273`)
Expand Down

0 comments on commit c74b4b4

Please sign in to comment.