Skip to content

Commit 1828913

Browse files
committed
Use py-geth version 3.12.0 for CI builds
1 parent f6f7464 commit 1828913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ geth_steps: &geth_steps
7474
name: build geth if missing
7575
command: |
7676
mkdir -p $HOME/.ethash
77-
pip install --user py-geth>=3.11.0
77+
pip install --user py-geth>=3.12.0
7878
export GOROOT=/usr/local/go
7979
echo $GETH_VERSION
8080
export GETH_BINARY="$HOME/.py-geth/geth-$GETH_VERSION/bin/geth"

0 commit comments

Comments
 (0)