File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
In development
2
2
==============
3
3
4
+ 3.1.1
5
+ =====
6
+
4
7
- Various fixes to support for Python 3.14 ([ PR #545 ] (
5
8
https://github.com/cloudpipe/cloudpickle/pull/545 )).
6
9
Original file line number Diff line number Diff line change 3
3
4
4
__doc__ = cloudpickle .__doc__
5
5
6
- __version__ = "3.2.0.dev0 "
6
+ __version__ = "3.1.1 "
7
7
8
8
__all__ = [ # noqa
9
9
"__version__" ,
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers = [
23
23
' Programming Language :: Python :: 3.11' ,
24
24
' Programming Language :: Python :: 3.12' ,
25
25
' Programming Language :: Python :: 3.13' ,
26
+ ' Programming Language :: Python :: 3.14' ,
26
27
' Programming Language :: Python :: Implementation :: CPython' ,
27
28
' Programming Language :: Python :: Implementation :: PyPy' ,
28
29
' Topic :: Software Development :: Libraries :: Python Modules' ,
You can’t perform that action at this time.
0 commit comments