From cfb29a7cd442b3b6a969561d0d27f52d5c2dba78 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 20 Jan 2021 13:17:51 +0100 Subject: ui: clean up asyncio calls Bump python dependency to 3.7, which added create_task(). --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fbeb79f5..56b9f894 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ setup( 'License :: OSI Approved' ':: GNU General Public License v3 or later (GPLv3+)'), 'Operating System :: POSIX', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3 :: Only', 'Topic :: Communications :: Email :: Email Clients (MUA)', @@ -53,5 +52,5 @@ setup( ], provides=['alot'], test_suite="tests", - python_requires=">=3.6", + python_requires=">=3.7", ) -- cgit v1.2.3