Skip to content

Commit d94c691

Browse files
TomAugspurgerMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR pandas-dev#28982: Document 3.8 compatibility
1 parent c4865df commit d94c691

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
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 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
@@ -230,6 +230,7 @@ def build_extensions(self):
230230
"Programming Language :: Python :: 3.5",
231231
"Programming Language :: Python :: 3.6",
232232
"Programming Language :: Python :: 3.7",
233+
"Programming Language :: Python :: 3.8",
233234
"Programming Language :: Cython",
234235
"Topic :: Scientific/Engineering",
235236
]

0 commit comments

Comments
 (0)