diff --git a/setup.py b/setup.py index 1a58f7f..1358044 100644 --- a/setup.py +++ b/setup.py @@ -90,13 +90,12 @@ "Intended Audience :: Science/Research", "Intended Audience :: Education", "License :: OSI Approved :: Apache Software License", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ], - python_requires=">=3.7", + python_requires=">=3.8", scripts=[], project_urls={ "Bug Reports": "https://github.com/abhiTronix/deffcode/issues",