From 44394ad1216b68dbcb5e00c9239e8b74998ee0de Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Thu, 18 May 2023 20:58:24 +0800 Subject: [PATCH] Fix CircleCI Python version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5958a2fc6..fcdf483d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: