diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-11-21 11:50:27 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-11-21 11:50:27 -0500 |
| commit | 3085f28be58bf4e4a0318b932f1422c49e1af2f1 (patch) | |
| tree | a29ef8a3889e854a83f8a17b2c0d6a3443eb2b08 | |
| parent | 6c9b43440f2c0ccb9ebb0c6d09dc33fbc0d99e8d (diff) | |
| download | sqlalchemy-3085f28be58bf4e4a0318b932f1422c49e1af2f1.tar.gz | |
fix year
Change-Id: I56a325fde167501a53b588cc1b69255238ac1dbb
| -rw-r--r-- | doc/build/changelog/unreleased_14/7311.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/unreleased_14/7311.rst b/doc/build/changelog/unreleased_14/7311.rst index 69a522d52..bdf1a45da 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 |
