Add metadata specifying that Python 3.5 and higher is required (#456).

This commit is contained in:
Anthony Tuininga 2020-07-30 09:54:14 -06:00
parent f3610cd2b9
commit d726c8be51
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ setup(
author = "Anthony Tuininga",
author_email = "anthony.tuininga@gmail.com",
url = "https://oracle.github.io/python-cx_Oracle",
python_requires = ">=3.5",
ext_modules = [extension],
keywords = "Oracle",
license = "BSD License",