Skip to content

Commit

Permalink
Merge pull request sfu-db#533 from zen-xu/specify-require-python
Browse files Browse the repository at this point in the history
build(pypi): Constrain the python version
  • Loading branch information
wangxiaoying authored Aug 31, 2023
2 parents 96443c8 + 359b0c6 commit 60fe648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connectorx-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ version = "0.3.2"
name = "connectorx" # Target file name of maturin build
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.8"

[tool.poetry.dependencies]
dask = {version = "^2021", optional = true, extras = ["dataframe"]}
Expand Down

0 comments on commit 60fe648

Please sign in to comment.