File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ classifiers = [
4949 ' Programming Language :: Python :: 3.11' ,
5050 ' Programming Language :: Python :: 3.12' ,
5151 ' Programming Language :: Python :: 3.13' ,
52+ ' Programming Language :: Python :: 3.14' ,
5253 ' Topic :: Scientific/Engineering'
5354]
5455
You can’t perform that action at this time.
0 commit comments