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

View File

@ -18,7 +18,7 @@ This page shows the basic setup for using OpenRAM.
In general, the OpenRAM compiler has very few dependencies: In general, the OpenRAM compiler has very few dependencies:
+ Git + Git
+ Make + Make
+ Python 3.6 or higher + Python 3.5 or higher
+ Various Python packages (pip install -r requirements.txt) + Various Python packages (pip install -r requirements.txt)
+ Anaconda + Anaconda

View File

@ -35,7 +35,7 @@ navigate through the documentation.
In general, the OpenRAM compiler has very few dependencies: In general, the OpenRAM compiler has very few dependencies:
+ Git + Git
+ Make + Make
+ Python 3.6 or higher + Python 3.5 or higher
+ Various Python packages (pip install -r requirements.txt) + Various Python packages (pip install -r requirements.txt)
+ Anaconda + Anaconda

View File

@ -74,7 +74,7 @@ setup(
author_email="mrg+vlsida@ucsc.edu", author_email="mrg+vlsida@ucsc.edu",
keywords=[ "sram", "magic", "gds", "netgen", "ngspice", "netlist" ], keywords=[ "sram", "magic", "gds", "netgen", "ngspice", "netlist" ],
license="BSD 3-Clause", license="BSD 3-Clause",
python_requires=">=3.6", python_requires=">=3.5",
classifiers=[ classifiers=[
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers", "Intended Audience :: Developers",