From 0a0002faadb9c7fa894a53a1318753e2b0ba8015 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sun, 21 Sep 2025 09:43:53 +0200 Subject: [PATCH 1/2] PKG/DOC: indicate Python 3.14 support in pyproject.toml and release notes --- doc/source/whatsnew/v2.3.3.rst | 11 +++++++++++ pyproject.toml | 1 + 2 files changed, 12 insertions(+) diff --git a/doc/source/whatsnew/v2.3.3.rst b/doc/source/whatsnew/v2.3.3.rst index aaed7544d9975..c3f053c31328b 100644 --- a/doc/source/whatsnew/v2.3.3.rst +++ b/doc/source/whatsnew/v2.3.3.rst @@ -8,6 +8,17 @@ including other versions of pandas. {{ header }} +.. _whatsnew_220.py13_compat: + +Pandas 2.3.3 is now compatible with Python 3.14 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Pandas 2.3.3 is the first version of pandas that is generally compatible with the upcoming +Python 3.14, and both wheels for free-threaded and normal Python 3.14 will be uploaded for +this release. + +As usual please report any bugs discovered to our `issue tracker `_ + .. --------------------------------------------------------------------------- .. _whatsnew_233.string_fixes: diff --git a/pyproject.toml b/pyproject.toml index a00d6e71b14e3..1bf526a287da7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ classifiers = [ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', 'Topic :: Scientific/Engineering' ] From f2d14c76df1b5270daba8103ed4c84ba9cb1f30e Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Mon, 22 Sep 2025 19:44:47 +0200 Subject: [PATCH 2/2] Update doc/source/whatsnew/v2.3.3.rst Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> --- doc/source/whatsnew/v2.3.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v2.3.3.rst b/doc/source/whatsnew/v2.3.3.rst index c3f053c31328b..e1ca7e29482b0 100644 --- a/doc/source/whatsnew/v2.3.3.rst +++ b/doc/source/whatsnew/v2.3.3.rst @@ -8,7 +8,7 @@ including other versions of pandas. {{ header }} -.. _whatsnew_220.py13_compat: +.. _whatsnew_220.py14_compat: Pandas 2.3.3 is now compatible with Python 3.14 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~