Update release-graphiti-core.yml to python 3.11 (#639)

This commit is contained in:
Daniel Chalef 2025-06-27 14:27:21 -07:00 committed by GitHub
parent 254ee983b8
commit 5e85337c82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: