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 @@ -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
You can’t perform that action at this time.
0 commit comments