From 7c04086e53c62166dbdecb4e9cd19df85ced507a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 21:44:20 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.13.2 --- .../algoliasearch-client-python/.github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/algoliasearch-client-python/.github/workflows/release.yml b/clients/algoliasearch-client-python/.github/workflows/release.yml index 191b3d283b6..0f5fb371505 100644 --- a/clients/algoliasearch-client-python/.github/workflows/release.yml +++ b/clients/algoliasearch-client-python/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: 3.11.6 + python-version: 3.13.2 - name: install poetry shell: bash