8000 Change requires-python version (#924) · vectorlink-ai/datafusion-python@fc7e3e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc7e3e5

Browse files
authored
Change requires-python version (apache#924)
1 parent 0905f5f commit fc7e3e5

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

pyproject.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ build-backend = "maturin"
2323
name = "datafusion"
2424
description = "Build and run queries against data"
2525
readme = "README.md"
26-
license = {file = "LICENSE.txt"}
27-
requires-python = ">=3.6"
26+
license = { file = "LICENSE.txt" }
27+
requires-python = ">=3.7"
2828
keywords = ["datafusion", "dataframe", "rust", "query-engine"]
2929
classifier = [
3030
"Development Status :: 2 - Pre-Alpha",
@@ -42,10 +42,7 @@ classifier = [
4242
"Programming Language :: Python",
4343
"Programming Language :: Rust",
4444
]
45-
dependencies = [
46-
"pyarrow>=11.0.0",
47-
"typing-extensions;python_version<'3.13'",
48-
]
45+
dependencies = ["pyarrow>=11.0.0", "typing-extensions;python_version<'3.13'"]
4946

5047
[project.urls]
5148
homepage = "https://datafusion.apache.org/python"
@@ -58,9 +55,7 @@ profile = "black"
5855
[tool.maturin]
5956
python-source = "python"
6057
module-name = "datafusion._internal"
61-
include = [
62-
{ path = "Cargo.lock", format = "sdist" }
63-
]
58+
include = [{ path = "Cargo.lock", format = "sdist" }]
6459
exclude = [".github/**", "ci/**", ".asf.yaml"]
6560
# Require Cargo.lock is up to date
6661
locked = true

0 commit comments

Comments
 (0)
0