]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
2.1 setup / initial dependency/min version change
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Nov 2023 15:55:19 +0000 (10:55 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Nov 2023 19:10:32 +0000 (14:10 -0500)
commite93a5e890d3dfcca03a1492e98b9403d7f74f1ff
treea29acfca47bdba93c39734e94156b441ac03729c
parentdd79f8ae6d4d1edec87e723870f4e549fac4b622
2.1 setup / initial dependency/min version change

this includes setup.cfg changes for asyncio and
3.8 min support.  it doesnt have any code changes in support
of these adjusments.

Fixes: #10197
Fixes: #10357
Change-Id: Ic4569c770d1b893a067a9a5dfe13a6e28aaf47fa
14 files changed:
doc/build/changelog/changelog_21.rst [new file with mode: 0644]
doc/build/changelog/index.rst
doc/build/changelog/migration_21.rst [new file with mode: 0644]
doc/build/changelog/unreleased_21/10197.rst [new file with mode: 0644]
doc/build/changelog/unreleased_21/10357.rst [new file with mode: 0644]
doc/build/changelog/unreleased_21/README.txt [new file with mode: 0644]
doc/build/conf.py
doc/build/index.rst
doc/build/intro.rst
doc/build/orm/extensions/asyncio.rst
doc/build/tutorial/index.rst
lib/sqlalchemy/__init__.py
setup.cfg
tox.ini