Skip to content

Commit

Permalink
Add Python version requirement to project metadata
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
amercader committed Dec 17, 2024
1 parent 3c3a7fa commit 4412839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mlcroissant/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [
{ name = "Pierre Ruyssen" },
{ name = "Prabhant Singh" },
]

requires-python = ">= 3.10"
# pip dependencies of the project
# Installed locally with `pip install -e .`
dependencies = [
Expand Down

0 comments on commit 4412839

Please sign in to comment.