File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11In development
22==============
33
4+ 3.1.1
5+ =====
6+
47- Various fixes to support for Python 3.14 ([ PR #545 ] (
58 https://github.com/cloudpipe/cloudpickle/pull/545 )).
69
Original file line number Diff line number Diff line change 33
44__doc__ = cloudpickle .__doc__
55
6- __version__ = "3.2.0.dev0 "
6+ __version__ = "3.1.1 "
77
88__all__ = [ # noqa
99 "__version__" ,
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers = [
2323 ' Programming Language :: Python :: 3.11' ,
2424 ' Programming Language :: Python :: 3.12' ,
2525 ' Programming Language :: Python :: 3.13' ,
26+ ' Programming Language :: Python :: 3.14' ,
2627 ' Programming Language :: Python :: Implementation :: CPython' ,
2728 ' Programming Language :: Python :: Implementation :: PyPy' ,
2829 ' Topic :: Software Development :: Libraries :: Python Modules' ,
You can’t perform that action at this time.
0 commit comments