Drop Python 3.7 support
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# v0.11.3 (unreleased)
|
# v0.11.3 (unreleased)
|
||||||
|
|
||||||
### Improved
|
### Improved
|
||||||
|
* Dropped Python 3.7 support.
|
||||||
* Telegram->Matrix message formatter will now replace `t.me/c/chatid/messageid`
|
* 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
|
style links with a link to the bridged Matrix event (in addition to the
|
||||||
previously supported `t.me/username/messageid` links).
|
previously supported `t.me/username/messageid` links).
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ setuptools.setup(
|
|||||||
|
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
extras_require=extras_require,
|
extras_require=extras_require,
|
||||||
python_requires="~=3.7",
|
python_requires="~=3.8",
|
||||||
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
|
|||||||
Reference in New Issue
Block a user