Skip to content

Commit 2bdff54

Browse files
TomAugspurgerproost
authored andcommitted
Document 3.8 compatibility (pandas-dev#28982)
1 parent 0e9865f commit 2bdff54

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

doc/source/getting_started/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 3.5.3 and above, 3.6, and 3.7.
21+
Officially Python 3.5.3 and above, 3.6, 3.7, and 3.8.
2222

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

doc/source/whatsnew/v0.25.2.rst

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ What's new in 0.25.2 (October XX, 2019)
66
These are the changes in pandas 0.25.2. See :ref:`release` for a full changelog
77
including other versions of pandas.
88

9+
.. note::
10+
11+
Pandas 0.25.2 adds compatibility for Python 3.8 (:issue:`28147`).
12+
913
.. _whatsnew_0252.bug_fixes:
1014

1115
Bug fixes

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def build_extensions(self):
228228
"Programming Language :: Python :: 3.5",
229229
"Programming Language :: Python :: 3.6",
230230
"Programming Language :: Python :: 3.7",
231+
"Programming Language :: Python :: 3.8",
231232
"Programming Language :: Cython",
232233
"Topic :: Scientific/Engineering",
233234
]

0 commit comments

Comments
 (0)