Skip to content

Commit

Permalink
ci(circleci): use python 3.11 for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Nov 9, 2023
1 parent 91ef6c6 commit 323b249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ executors:
parameters:
python_version:
type: string
default: "3.10"
default: "3.11"
docker:
- image: cimg/python:<<parameters.python_version>>

Expand Down

0 comments on commit 323b249

Please sign in to comment.