Skip to content

Commit 1e2a545

Browse files
chore: Update supported python version in CONTRIBUTING.md (#4305)
## Changes Made We support up to python 3.12 (there are some dependency issues with 3.13).
1 parent 109f6c4 commit 1e2a545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When proposing features, please include:
2525

2626
To set up your development environment:
2727

28-
1. Ensure that your system has a suitable Python version installed (>=3.9, <=3.11)
28+
1. Ensure that your system has a suitable Python version installed (>=3.9, <=3.12)
2929
2. [Install the Rust compilation toolchain](https://www.rust-lang.org/tools/install)
3030
3. Clone the Daft repo: `git clone [email protected]:Eventual-Inc/Daft.git`
3131
4. Run `make .venv` from your new cloned Daft repository to create a new virtual environment with all of Daft's development dependencies installed

0 commit comments

Comments
 (0)