From ce51ba50b22da91216311c1c0633568d30dfff5a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 29 Sep 2025 13:17:49 -0400 Subject: [PATCH] copy 2.0 changelog for unblock python 3.14 Change-Id: I2f7c94a01cb8d081f1bde8dc6685eaccba19f5f2 (cherry picked from commit 7cd36dabf67c58747c76602c92f04ff8d3eac5f3) --- doc/build/changelog/unreleased_20/unblock314.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/build/changelog/unreleased_20/unblock314.rst diff --git a/doc/build/changelog/unreleased_20/unblock314.rst b/doc/build/changelog/unreleased_20/unblock314.rst new file mode 100644 index 0000000000..500ee41fe9 --- /dev/null +++ b/doc/build/changelog/unreleased_20/unblock314.rst @@ -0,0 +1,5 @@ +.. change:: + :tags: bug, installation + + Unblocked automatic greenlet installation for Python 3.14 now that + there are greenlet wheels on pypi for python 3.14. -- 2.47.3