Skip to content

Commit

Permalink
test: CLI workflows in CI use new Python images (#8943)
Browse files Browse the repository at this point in the history
Buster is old; bookworm current.
  • Loading branch information
wes-turner authored Mar 4, 2024
1 parent fa856ab commit d507edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ orbs:
executors:
python-38:
docker:
- image: python:3.8-slim-buster
- image: python:3.8-slim-bookworm
python-39:
docker:
- image: python:3.9-slim-buster
- image: python:3.9-slim-bookworm

parameters:
det-version:
Expand Down

0 comments on commit d507edd

Please sign in to comment.