Skip to content

Document 3.8 compatibility #28982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Instructions for installing from source,
Python version support
----------------------

Officially Python 3.5.3 and above, 3.6, and 3.7.
Officially Python 3.5.3 and above, 3.6, 3.7, and 3.8.

Installing pandas
-----------------
Expand Down
4 changes: 4 additions & 0 deletions doc/source/whatsnew/v0.25.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ What's new in 0.25.2 (October XX, 2019)
These are the changes in pandas 0.25.2. See :ref:`release` for a full changelog
including other versions of pandas.

.. note::

Pandas 0.25.2 adds compatibility for Python 3.8 (:issue:`28147`).

.. _whatsnew_0252.bug_fixes:

Bug fixes
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ def build_extensions(self):
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Cython",
"Topic :: Scientific/Engineering",
]
Expand Down