From 5865c33f9f3311f28fcc5c265c77eaed61cb1bda Mon Sep 17 00:00:00 2001 From: lovetox Date: Tue, 2 Nov 2021 09:08:09 +0100 Subject: Raise python requirement to 3.9 --- README.md | 2 +- mypy.ini | 2 +- setup.cfg | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6661992..1d1ca67 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Runtime Requirements -- python >= 3.7.0 +- python >= 3.9.0 - PyGObject - GLib >= 2.60 - libsoup diff --git a/mypy.ini b/mypy.ini index 4cd3d20..71e5d22 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,5 +1,5 @@ [mypy] -python_version = 3.7 +python_version = 3.9 warn_unused_configs = True disallow_incomplete_defs = True allow_redefinition = True diff --git a/setup.cfg b/setup.cfg index d41d98f..ac8d011 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,10 +11,10 @@ url = https://dev.gajim.org/gajim/python-nbxmpp license_file = COPYING license = GPL v3 classifiers = - Programming Language :: Python :: 3 + Programming Language :: Python :: 3.9 [options] -python_requires = >=3.7 +python_requires = >=3.9 packages = find: install_requires = precis-i18n>=1.0.0 -- cgit v1.2.3