Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2020-04-18 12:45:13 +0300
committerlovetox <philipp@hoerist.com>2020-04-18 12:45:13 +0300
commitb15c9009305e08ad738461989976297273dcc7dc (patch)
treedf67d84160e0e510cc6aee79c98c80e2fdda5f61 /setup.cfg
parent0dc661b5b969ee22da403eb6bd2863f8ce4b8b95 (diff)
Require python 3.7
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e8af627..4f20db0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,7 +11,7 @@ classifiers =
Programming Language :: Python :: 3
[options]
-python_requires = >=3.5
+python_requires = >=3.7
packages = find:
install_requires =
precis-i18n>=1.0.0