Skip to content

Commit f9b05ee

Browse files
committed
Clarify Python version required is 3.12
1 parent 9a78243 commit f9b05ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Dependencies
3434
We try to keep external dependencies to a minimum. You will need the following
3535
available through your shell ``$PATH``:
3636

37-
- Python 3.9 or newer as ``python3``
37+
- Python 3.12 or newer as ``python3``
3838
- An installation of Verilator as ``verilator``
3939

4040
All other dependencies are managed via a Python virtual environment, please see

docs/source/gettingstarted.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Start by cloning the repository, then ``cd`` to the root of the project:
1919
Setting up dependencies
2020
-----------------------
2121

22-
We assume you have Python 3.9 or newer available through your shell ``$PATH``
22+
We assume you have Python 3.12 or newer available through your shell ``$PATH``
2323
as ``python3``. To confirm, you can run ``python3 --version``.
2424

2525
Python dependencies are manged through a virtual environment that you can

0 commit comments

Comments
 (0)