We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab381f commit 21f1445Copy full SHA for 21f1445
CHANGES.md
@@ -1,5 +1,5 @@
1
-3.0.0 (development)
2
-===================
+3.0.0
+=====
3
4
- Officially support Python 3.12 and drop support for Python 3.6 and 3.7.
5
Dropping support for older Python versions made it possible to simplify the
cloudpickle/__init__.py
@@ -3,7 +3,7 @@
__doc__ = cloudpickle.__doc__
6
-__version__ = "3.0.0.dev0"
+__version__ = "3.0.0"
7
8
__all__ = [ # noqa
9
"__version__",
0 commit comments