Skip to content

Commit 9873b4c

Browse files
committed
Fix Python version in documentation
1 parent 4994e3d commit 9873b4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/basic_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This page shows the basic setup for using OpenRAM.
1818
In general, the OpenRAM compiler has very few dependencies:
1919
+ Git
2020
+ Make
21-
+ Python 3.6 or higher
21+
+ Python 3.5 or higher
2222
+ Various Python packages (pip install -r requirements.txt)
2323
+ Anaconda
2424

docs/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ navigate through the documentation.
3535
In general, the OpenRAM compiler has very few dependencies:
3636
+ Git
3737
+ Make
38-
+ Python 3.6 or higher
38+
+ Python 3.5 or higher
3939
+ Various Python packages (pip install -r requirements.txt)
4040
+ Anaconda
4141

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
author_email="[email protected]",
7575
keywords=[ "sram", "magic", "gds", "netgen", "ngspice", "netlist" ],
7676
license="BSD 3-Clause",
77-
python_requires=">=3.6",
77+
python_requires=">=3.5",
7878
classifiers=[
7979
"Development Status :: 5 - Production/Stable",
8080
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)