Address PR review feedback and fix CI failures

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-05-09 02:27:27 +00:00
parent 6db161465b
commit 0f0623d31c
3 changed files with 36 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fail-fast: true # Stop testing on subsequent Python versions if an earlier one fails
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13']
steps: