From 435525baf1eee241c586dac89cb535ed0c2ae84f Mon Sep 17 00:00:00 2001 From: Davide Motte <37443982+dmotte@users.noreply.github.com> Date: Mon, 20 Jun 2022 17:00:13 +0200 Subject: [PATCH] Support a lower Python version --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1426744..38107f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.8 Topic :: Terminals Topic :: Utilities @@ -34,7 +34,7 @@ version = 0 [options] install_requires = pykeepass >= 4.0.1 -python_requires = >=3.9.1 +python_requires = >=3.8.10 packages = sshkp [options.entry_points]