From 359b0c658373aa461724a16a6ef846987f5068b8 Mon Sep 17 00:00:00 2001 From: "ZhengYu, Xu" Date: Tue, 29 Aug 2023 13:21:13 +0800 Subject: [PATCH] build(pypi): Constrain the python version --- connectorx-python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/connectorx-python/pyproject.toml b/connectorx-python/pyproject.toml index 769144c46..4295c4296 100644 --- a/connectorx-python/pyproject.toml +++ b/connectorx-python/pyproject.toml @@ -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"]}