From 6d8a05feaf2c9d9b4f6c7a2785ee9e8352110dde Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 24 Oct 2020 15:13:50 +0300 Subject: [PATCH] Update mautrix-python --- requirements.txt | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2859622..048e661 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mautrix==0.8.0.beta9 +mautrix==0.8.0.beta10 aiohttp>=3,<3.7 yarl<1.6 SQLAlchemy>=1,<2 diff --git a/setup.py b/setup.py index 841925d..ba760e3 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ setuptools.setup( "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], entry_points=""" [console_scripts]