Skip to content

Commit 4386a46

Browse files
PKG/DOC: indicate Python 3.14 support in pyproject.toml and release notes (#62396)
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
1 parent 104a914 commit 4386a46

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

doc/source/whatsnew/v2.3.3.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ including other versions of pandas.
88

99
{{ header }}
1010

11+
.. _whatsnew_220.py14_compat:
12+
13+
Pandas 2.3.3 is now compatible with Python 3.14
14+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15+
16+
Pandas 2.3.3 is the first version of pandas that is generally compatible with the upcoming
17+
Python 3.14, and both wheels for free-threaded and normal Python 3.14 will be uploaded for
18+
this release.
19+
20+
As usual please report any bugs discovered to our `issue tracker <https://github.com/pandas-dev/pandas/issues/new/choose>`_
21+
1122
.. ---------------------------------------------------------------------------
1223
.. _whatsnew_233.string_fixes:
1324

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ classifiers = [
4444
'Programming Language :: Python :: 3.11',
4545
'Programming Language :: Python :: 3.12',
4646
'Programming Language :: Python :: 3.13',
47+
'Programming Language :: Python :: 3.14',
4748
'Topic :: Scientific/Engineering'
4849
]
4950

0 commit comments

Comments
 (0)