From 5e85337c82225cec450eb0bd5bdeb3ad28f74360 Mon Sep 17 00:00:00 2001 From: Daniel Chalef <131175+danielchalef@users.noreply.github.com> Date: Fri, 27 Jun 2025 14:27:21 -0700 Subject: [PATCH] Update release-graphiti-core.yml to python 3.11 (#639) --- .github/workflows/release-graphiti-core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-graphiti-core.yml b/.github/workflows/release-graphiti-core.yml index e52209d3..e2384d97 100644 --- a/.github/workflows/release-graphiti-core.yml +++ b/.github/workflows/release-graphiti-core.yml @@ -15,10 +15,10 @@ jobs: url: https://pypi.org/p/zep-cloud steps: - uses: actions/checkout@v4 - - name: Set up Python 3.10 + - name: Set up Python 3.11 uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.11" - name: Install uv uses: astral-sh/setup-uv@v3 with: