Drop Python 3.7 support

This commit is contained in:
Tulir Asokan
2022-03-22 13:35:06 +02:00
parent c28760f2a8
commit 146f5437d1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
# v0.11.3 (unreleased)
### Improved
* Dropped Python 3.7 support.
* Telegram->Matrix message formatter will now replace `t.me/c/chatid/messageid`
style links with a link to the bridged Matrix event (in addition to the
previously supported `t.me/username/messageid` links).
+1 -1
View File
@@ -51,7 +51,7 @@ setuptools.setup(
install_requires=install_requires,
extras_require=extras_require,
python_requires="~=3.7",
python_requires="~=3.8",
classifiers=[
"Development Status :: 4 - Beta",