From: Mike Bayer Date: Mon, 29 Jul 2024 15:33:58 +0000 (-0400) Subject: backport 1.4 changelogs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50fbde72d0e6efe0862f780f14a72eb916ea630c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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 --- 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.