Skip to content

Commit

Permalink
Updates version of Python in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
jermnelson committed Aug 15, 2023
1 parent 1bcaf0b commit 59193d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ executors:
jobs:
build:
docker:
- image: cimg/python:3.10
- image: cimg/python:3.11
steps:
- checkout
- python/install-packages:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 59193d1

Please sign in to comment.