@@ -23,8 +23,8 @@ build-backend = "maturin"
2323name  = " datafusion" 
2424description  = " Build and run queries against data" 
2525readme  = " README.md" 
26- license  = {file  = " LICENSE.txt" 
27- requires-python  = " >=3.6 " 
26+ license  = {  file  = " LICENSE.txt"   }
27+ requires-python  = " >=3.7 " 
2828keywords  = [" datafusion" " dataframe" " rust" " query-engine" 
2929classifier  = [
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 ]
5148homepage  = " https://datafusion.apache.org/python" 
@@ -58,9 +55,7 @@ profile = "black"
5855[tool .maturin ]
5956python-source  = " python" 
6057module-name  = " datafusion._internal" 
61- include  = [
62-     { path  = " Cargo.lock" format  = " sdist" 
63- ]
58+ include  = [{ path  = " Cargo.lock" format  = " sdist" 
6459exclude  = [" .github/**" " ci/**" " .asf.yaml" 
6560#  Require Cargo.lock is up to date
6661locked  = true 
0 commit comments