From fcad55c852f786c27988697f52b1dca2d05d3626 Mon Sep 17 00:00:00 2001 From: kaliko Date: Tue, 21 Mar 2023 17:22:45 +0100 Subject: [PATCH] Bump min python/slixmpp required (3.7, 1.8.1) --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 02cbbd6..d033baa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,8 +9,8 @@ keywords = xmpp, bot [options] packages = find: -python_requires = >=3.7 -install_requires = slixmpp>=1.8.3 +python_requires = >=3.8 +install_requires = slixmpp>=1.8.1 [options.extras_require] feeds = feedparser>=5.2.1 -- 2.39.2