Skip to content

Commit b116a79

Browse files
authored
Update the README and requirements.txt to resolve a build failure when using python 3.13. Fix Issue #76. (#94)
1 parent c3ce4e5 commit b116a79

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ Devin impressed many by acting like an intern who writes its own plan, updates t
2525
cookiecutter gh:grapeot/devin.cursorrules --checkout template
2626
```
2727

28-
Note we had reports on python 3.13 isn't compatible (Issue [#76](https://github.com/grapeot/devin.cursorrules/issues/76)). It's recommended to use 3.12 or lower for now.
29-
3028
**Option 2: Manual Setup**
3129
Copy the `tools` folder and the following config files into your project root folder: Windsurf users need both `.windsurfrules` and `scratchpad.md` files. Cursor users only need the `.cursorrules` file. Github Copilot users need the `.github/copilot-instructions.md` file.
3230

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ pytest-asyncio>=0.23.5
1919
google-generativeai
2020

2121
# gRPC, for Google Generative AI preventing WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
22-
grpcio==1.60.1
22+
grpcio==1.70.0

0 commit comments

Comments
 (0)