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.
8
8
9
9
{{ header }}
10
10
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
+
11
22
.. ---------------------------------------------------------------------------
12
23
.. _whatsnew_233.string_fixes :
13
24
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ classifiers = [
44
44
' Programming Language :: Python :: 3.11' ,
45
45
' Programming Language :: Python :: 3.12' ,
46
46
' Programming Language :: Python :: 3.13' ,
47
+ ' Programming Language :: Python :: 3.14' ,
47
48
' Topic :: Scientific/Engineering'
48
49
]
49
50
You can’t perform that action at this time.
0 commit comments