Skip to content

Commit

Permalink
Merge pull request #3372 from ethereum/eip6110-ci
Browse files Browse the repository at this point in the history
Fix CircleCI Python version
  • Loading branch information
hwwhww authored May 18, 2023
2 parents 32358e8 + 44394ad commit c6b60c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
path: tests/core/pyspec/test-reports
test-eip6110:
docker:
- image: circleci/python:3.8
- image: circleci/python:3.9
working_directory: ~/specs-repo
steps:
- restore_cache:
Expand Down

0 comments on commit c6b60c6

Please sign in to comment.