diff --git a/setup.cfg b/setup.cfg index 00b32e9..b85a8ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] # replace with your username: name = bk_db_tools -version = 2.1.1 +version = 2.1.2 author = Aaron R. Short author_email = FuzzyFonzy@yahoo.com description = bk_db_tools is a set of tools to very rapidly, and with a minimum of effort, work with a relational database. @@ -19,7 +19,7 @@ classifiers = package_dir = = src packages = find: -python_requires = >=3.6 +python_requires = >=3.7 install_requires = openpyxl ~= 3.0