]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fix write hook issue in python < 3.9.
authorFederico Caselli <cfederico87@gmail.com>
Thu, 30 Sep 2021 13:06:13 +0000 (15:06 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 30 Sep 2021 16:31:34 +0000 (18:31 +0200)
commit8d166b17aa7b1c4ec058fa31e489a57b3a7f5cbf
tree47fc36c45c40f3dfcc7491b7a57219b345185b50
parentd95e15cac59dc449f712f51183462a8688a51086
Fix write hook issue in python < 3.9.

Adjust require of importlib_metadata also include py3.8.

Fixes: #934
Change-Id: Id64163a0dc53226d62795d40190b6cec0aee522b
alembic/script/write_hooks.py
alembic/util/compat.py
docs/build/unreleased/934.rst [new file with mode: 0644]
setup.cfg
tests/test_post_write.py