Skip to content

Commit 4412839

Browse files
committed
Add Python version requirement to project metadata
Although the package requires Python>=3.10 it can still be installed in lower versions of Python because the requirement is not listed in the project metadata, so PyPI can't prevent it.
1 parent 3c3a7fa commit 4412839

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-
18+
requires-python = ">= 3.10"
1919
# pip dependencies of the project
2020
# Installed locally with `pip install -e .`
2121
dependencies = [

0 commit comments

Comments
 (0)