Skip to content

Commit e5a965b

Browse files
jrebackjorisvandenbossche
authored andcommitted
DOC: compat notice for 3.6
(cherry picked from commit dca0185)
1 parent 4fba878 commit e5a965b

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

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.7, 3.4, and 3.5
21+
Officially Python 2.7, 3.4, 3.5, and 3.6
2222

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

doc/source/whatsnew/v0.19.2.txt

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ This is a minor bug-fix release from 0.19.1 and includes some small regression f
77
bug fixes and performance improvements.
88
We recommend that all users upgrade to this version.
99

10+
Highlights include:
11+
12+
- Compatibility with Python 3.6
13+
1014
.. contents:: What's new in v0.19.2
1115
:local:
1216
:backlinks: none

doc/source/whatsnew/v0.20.0.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Highlights include:
1212

1313
Check the :ref:`API Changes <whatsnew_0200.api_breaking>` and :ref:`deprecations <whatsnew_0200.deprecations>` before updating.
1414

15-
.. contents:: What's new in v0.19.0
15+
.. contents:: What's new in v0.20.0
1616
:local:
1717
:backlinks: none
1818

@@ -79,4 +79,3 @@ Performance Improvements
7979

8080
Bug Fixes
8181
~~~~~~~~~
82-

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ def build_extensions(self):
244244
'Programming Language :: Python :: 2.7',
245245
'Programming Language :: Python :: 3.4',
246246
'Programming Language :: Python :: 3.5',
247+
'Programming Language :: Python :: 3.6',
247248
'Programming Language :: Cython',
248249
'Topic :: Scientific/Engineering',
249250
]

0 commit comments

Comments
 (0)