From 59193d1385bc0b99699cf8b9bac3c9c0172f8b90 Mon Sep 17 00:00:00 2001 From: Jeremy Nelson Date: Mon, 14 Aug 2023 17:21:51 -0700 Subject: [PATCH] Updates version of Python in circleci --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 057d246..c4ec5d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ executors: jobs: build: docker: - - image: cimg/python:3.10 + - image: cimg/python:3.11 steps: - checkout - python/install-packages: @@ -22,7 +22,7 @@ jobs: linting: executor: python/default docker: - - image: cimg/python:3.10 + - image: cimg/python:3.11 steps: - checkout - python/install-packages: @@ -39,7 +39,7 @@ jobs: typechecking: executor: python/default docker: - - image: cimg/python:3.10.6 + - image: cimg/python:3.11 steps: - checkout - python/install-packages: @@ -52,7 +52,7 @@ jobs: test: executor: python/default docker: - - image: cimg/python:3.10 + - image: cimg/python:3.11 steps: - checkout - python/install-packages: