Update CONTRIBUTING.md to reflect Python 3.10+ requirement (#33)

* Update CONTRIBUTING.md to reflect Python 3.10+ requirement



---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/getzep/graphiti?shareId=XXXX-XXXX-XXXX-XXXX).

* sig file

* feat: Initialize CLA file with empty signed contributors array
This commit is contained in:
Daniel Chalef
2024-08-23 13:54:44 -07:00
committed by GitHub
parent 427a67b8f8
commit 57aed456fa
2 changed files with 4 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ We're excited you're interested in contributing to Graphiti! This document outli
cd graphiti
```
3. Set up your development environment:
- Ensure you have Python 3.8+ installed.
- Ensure you have Python 3.10+ installed.
- Install Poetry: https://python-poetry.org/docs/#installation
- Install project dependencies:
```

View File

@@ -0,0 +1,3 @@
{
"signedContributors": []
}