Skip to content

Commit 0714feb

Browse files
amercaderbact
andauthored
Add upper bound to Python version
Co-authored-by: Arthit Suriyawongkul <[email protected]>
1 parent 4412839 commit 0714feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/mlcroissant/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
{ name = "Pierre Ruyssen" },
1616
{ name = "Prabhant Singh" },
1717
]
18-
requires-python = ">= 3.10"
18+
requires-python = ">= 3.10, <=3.12"
1919
# pip dependencies of the project
2020
# Installed locally with `pip install -e .`
2121
dependencies = [

0 commit comments

Comments
 (0)