Skip to content

Commit

Permalink
update build python
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Jun 27, 2024
1 parent 8a92d85 commit 88be478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions orb/orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
default: false

docker:
- image: python:3.7-slim-buster
- image: python:3.11.9-slim-bullseye

working_directory: ~/repo

Expand All @@ -25,9 +25,9 @@ jobs:
- restore_cache:
keys:
- v3.7-dependencies-{{ checksum "requirements.txt" }}
- v3.11-dependencies-{{ checksum "requirements.txt" }}
# fallback to using the latest cache if no exact match is found
- v3.7-dependencies-
- v3.11-dependencies-

- run:
name: install dependencies
Expand Down

0 comments on commit 88be478

Please sign in to comment.