From 3085f28be58bf4e4a0318b932f1422c49e1af2f1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 21 Nov 2021 11:50:27 -0500 Subject: [PATCH] fix year Change-Id: I56a325fde167501a53b588cc1b69255238ac1dbb --- doc/build/changelog/unreleased_14/7311.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/changelog/unreleased_14/7311.rst b/doc/build/changelog/unreleased_14/7311.rst index 69a522d526..bdf1a45daa 100644 --- a/doc/build/changelog/unreleased_14/7311.rst +++ b/doc/build/changelog/unreleased_14/7311.rst @@ -5,7 +5,7 @@ Python 3.10 has deprecated "distutils" in favor of explicit use of "setuptools" in :pep:`632`; SQLAlchemy's setup.py has replaced imports accordingly. However, since setuptools itself only recently added the - replacement symbols mentioned in pep-632 as of November of 2022 in version + replacement symbols mentioned in pep-632 as of November of 2021 in version 59.0.1, ``setup.py`` still has fallback imports to distutils, as SQLAlchemy 1.4 does not have a hard setuptools versioning requirement at this time. SQLAlchemy 2.0 is expected to use a full :pep:`517` installation layout -- 2.47.2