mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix py version
This commit is contained in:
parent
eef8043a86
commit
60242f9e48
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ orbs:
|
|||
jobs:
|
||||
local_testing:
|
||||
docker:
|
||||
- image: cimg/python:3.13.1
|
||||
- image: cimg/python:3.11
|
||||
auth:
|
||||
username: ${DOCKERHUB_USERNAME}
|
||||
password: ${DOCKERHUB_PASSWORD}
|
||||
|
@ -126,7 +126,7 @@ jobs:
|
|||
- local_testing_coverage
|
||||
langfuse_logging_unit_tests:
|
||||
docker:
|
||||
- image: cimg/python:3.13.1
|
||||
- image: cimg/python:3.11
|
||||
auth:
|
||||
username: ${DOCKERHUB_USERNAME}
|
||||
password: ${DOCKERHUB_PASSWORD}
|
||||
|
@ -610,7 +610,7 @@ jobs:
|
|||
- litellm_assistants_api_coverage
|
||||
load_testing:
|
||||
docker:
|
||||
- image: cimg/python:3.13.1
|
||||
- image: cimg/python:3.11
|
||||
auth:
|
||||
username: ${DOCKERHUB_USERNAME}
|
||||
password: ${DOCKERHUB_PASSWORD}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue