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 @@ -49,6 +49,7 @@ classifiers = [
49
49
' Programming Language :: Python :: 3.11' ,
50
50
' Programming Language :: Python :: 3.12' ,
51
51
' Programming Language :: Python :: 3.13' ,
52
+ ' Programming Language :: Python :: 3.14' ,
52
53
' Topic :: Scientific/Engineering'
53
54
]
54
55
You can’t perform that action at this time.
0 commit comments