Skip to content

Commit ee0452e

Browse files
docs: fix python version constraint for v0.9.0 release
1 parent 5aa2dc8 commit ee0452e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user_guidance/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Once you have installed the DVE you are almost ready to use it. To be able to ru
8080

8181
| DVE Version | Python Version | DuckDB Version | Spark Version | Pydantic Version |
8282
| ------------ | -------------- | -------------- | --------------- | ---------------- |
83-
| >=0.9.0 | >=3.10,<3.12 | 1.1.3 | >=3.5.0,<=3.5.5 | 2.13.4 |
83+
| >=0.9.0 | >=3.10,<3.13 | 1.1.3 | >=3.5.0,<=3.5.5 | 2.13.4 |
8484
| >=0.8.0 | >=3.10,<3.13 | 1.1.3 | 3.5.2 | 1.10.19 |
8585
| >=0.7.2 | >=3.10,<3.12 | 1.1.* | 3.4.* | 1.10.16 |
8686
| >=0.6 | >=3.10,<3.12 | 1.1.* | 3.4.* | 1.10.15 |

0 commit comments

Comments
 (0)