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: