Fix Python version in documentation

This commit is contained in:
Eren Dogan
2023-03-15 12:41:50 -07:00
parent 4994e3ddde
commit 9873b4cdf9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ setup(
author_email="[email protected]",
keywords=[ "sram", "magic", "gds", "netgen", "ngspice", "netlist" ],
license="BSD 3-Clause",
python_requires=">=3.6",
python_requires=">=3.5",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",