Skip to content

Commit

Permalink
docs: update readme and docs for 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz authored and spencer-tb committed Sep 26, 2023
1 parent 8654460 commit c6d21a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Generally, specific `t8n` implementations and branches must be used when develop

### Prerequisites

The following requires a Python 3.10 or Python 3.11 installation.
The following requires a Python 3.10, 3.11 or 3.12 installation.

### Quick Start

Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

To test features under active development, start with this base configuration and then follow the steps in [executing tests for features under development](./executing_tests_dev_fork.md).

The following requires a Python 3.10 or Python 3.11 installation.
The following requires a Python 3.10, 3.11 or 3.12 installation.

1. Ensure `go-ethereum`'s `evm` tool and `solc` ([0.8.20](https://github.com/ethereum/solidity/releases/tag/v0.8.20) or [0.8.21](https://github.com/ethereum/solidity/releases/tag/v0.8.21)) are in your path. Either build the required versions, or alternatively:

Expand Down

0 comments on commit c6d21a7

Please sign in to comment.