diff --git a/setup.py b/setup.py index 163926a..bc1f510 100644 --- a/setup.py +++ b/setup.py @@ -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",