Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Daniel Chalef
8fc5e3e7f6
Update release-graphiti-core.yml to python 3.11 2025-06-27 14:27:00 -07:00

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: