@@ -23,8 +23,8 @@ build-backend = "maturin"
23
23
name = " datafusion"
24
24
description = " Build and run queries against data"
25
25
readme = " README.md"
26
- license = {file = " LICENSE.txt" }
27
- requires-python = " >=3.6 "
26
+ license = { file = " LICENSE.txt" }
27
+ requires-python = " >=3.7 "
28
28
keywords = [" datafusion" , " dataframe" , " rust" , " query-engine" ]
29
29
classifier = [
30
30
" Development Status :: 2 - Pre-Alpha" ,
@@ -42,10 +42,7 @@ classifier = [
42
42
" Programming Language :: Python" ,
43
43
" Programming Language :: Rust" ,
44
44
]
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'" ]
49
46
50
47
[project .urls ]
51
48
homepage = " https://datafusion.apache.org/python"
@@ -58,9 +55,7 @@ profile = "black"
58
55
[tool .maturin ]
59
56
python-source = " python"
60
57
module-name = " datafusion._internal"
61
- include = [
62
- { path = " Cargo.lock" , format = " sdist" }
63
- ]
58
+ include = [{ path = " Cargo.lock" , format = " sdist" }]
64
59
exclude = [" .github/**" , " ci/**" , " .asf.yaml" ]
65
60
# Require Cargo.lock is up to date
66
61
locked = true
0 commit comments