feat: support python 3.13 (#2176)

This commit is contained in:
Sarah Wooders
2024-12-10 19:02:27 -08:00
committed by GitHub
parent 0dad16fbbb
commit 35cafa08fa
8 changed files with 369 additions and 641 deletions

View File

@@ -25,7 +25,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
poetry-version: "1.8.2"
install-args: "-E dev -E postgres -E milvus -E external-tools -E tests" # Adjust as necessary
install-args: "-E dev -E postgres -E external-tools -E tests" # Adjust as necessary
- name: Validate PR Title
if: github.event_name == 'pull_request'