Skip to content

Commit c74b4b4

Browse files
committed
COMPAT: drop suppport for python 2.6, #7718
closes #8760
1 parent 44e4c96 commit c74b4b4

28 files changed

+22
-667
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ git:
1919
matrix:
2020
fast_finish: true
2121
include:
22-
- python: 2.6
22+
- python: 2.7
2323
env:
24-
- JOB_NAME: "26_nslow_nnet"
24+
- JOB_NAME: "27_nslow_nnet_COMPAT"
2525
- NOSE_ARGS="not slow and not network and not disabled"
2626
- CLIPBOARD=xclip
2727
- LOCALE_OVERRIDE="it_IT.UTF-8"
2828
- BUILD_TYPE=conda
2929
- INSTALL_TEST=true
30+
- JOB_TAG=_COMPAT
3031
- python: 2.7
3132
env:
3233
- JOB_NAME: "27_slow_nnet_LOCALE"
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc/source/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Instructions for installing from source,
1818
Python version support
1919
----------------------
2020

21-
Officially Python 2.6, 2.7, 3.4, and 3.5
21+
Officially Python 2.7, 3.4, and 3.5
2222

2323
Installing pandas
2424
-----------------

doc/source/whatsnew/v0.18.0.txt

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ This is a major release from 0.17.1 and includes a small number of API changes,
77
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
88
users upgrade to this version.
99

10+
.. warning::
11+
12+
pandas >= 0.18.0 will no longer support compatibility with Python version 2.6 (:issue:`7718`)
13+
1014
.. warning::
1115

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

0 commit comments

Comments
 (0)