Merge pull request #3372 from ethereum/eip6110-ci

Fix CircleCI Python version
This commit is contained in:
Hsiao-Wei Wang 2023-05-18 21:14:44 +08:00 committed by GitHub
commit c6b60c688e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: