Skip to content

Commit 88ca331

Browse files
committed
add Python version guidance for venv setup
1 parent 5a9bfb3 commit 88ca331

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ UV can a virtual environment for your project. Activate it using:
2323
uv venv
2424
```
2525

26-
Then
26+
Then:
2727

2828
```sh
2929
source .venv/bin/activate
3030
```
3131

32+
This project supports Python versions `>=3.9.2`. However, for consistency and compatibility across environments, we recommend using **Python 3.9.x** (with a minimum of 3.9.2) when setting up the virtual environment, as specified in the `.python-version` file.
33+
3234
### Installing Dependencies
3335
Install the required dependencies using UV:
3436
```sh

0 commit comments

Comments
 (0)