From 50fbde72d0e6efe0862f780f14a72eb916ea630c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 29 Jul 2024 11:33:58 -0400 Subject: [PATCH] backport 1.4 changelogs we have a few issues that were fixed only in 1.4, not yet released. backport the changelog so that release mechanics proceed without issue Change-Id: I376aa5c854314e86134c8f935b80d6c0dd083033 --- doc/build/changelog/unreleased_14/11417.rst | 11 +++++++++++ doc/build/changelog/unreleased_14/11499.rst | 6 ++++++ 2 files changed, 17 insertions(+) create mode 100644 doc/build/changelog/unreleased_14/11417.rst create mode 100644 doc/build/changelog/unreleased_14/11499.rst diff --git a/doc/build/changelog/unreleased_14/11417.rst b/doc/build/changelog/unreleased_14/11417.rst new file mode 100644 index 0000000000..5182c03ea8 --- /dev/null +++ b/doc/build/changelog/unreleased_14/11417.rst @@ -0,0 +1,11 @@ +.. change:: + :tags: bug, general + :tickets: 11417 + + Set up full Python 3.13 support to the extent currently possible, repairing + issues within internal language helpers as well as the serializer extension + module. + + For version 1.4, this also modernizes the "extras" names in setup.cfg + to use dashes and not underscores for two-word names. Underscore names + are still present to accommodate potential compatibility issues. diff --git a/doc/build/changelog/unreleased_14/11499.rst b/doc/build/changelog/unreleased_14/11499.rst new file mode 100644 index 0000000000..e03062c191 --- /dev/null +++ b/doc/build/changelog/unreleased_14/11499.rst @@ -0,0 +1,6 @@ +.. change:: + :tags: bug, engine + :tickets: 11499 + + Adjustments to the C extensions, which are specific to the SQLAlchemy 1.x + series, to work under Python 3.13. Pull request courtesy Ben Beasley. -- 2.47.2