We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8b1d3 commit 0ed4862Copy full SHA for 0ed4862
pyproject.toml
@@ -24,7 +24,7 @@ name = "datafusion"
24
description = "Build and run queries against data"
25
readme = "README.md"
26
license = { file = "LICENSE.txt" }
27
-requires-python = ">=3.7"
+requires-python = ">=3.8"
28
keywords = ["datafusion", "dataframe", "rust", "query-engine"]
29
classifiers = [
30
"Development Status :: 2 - Pre-Alpha",
@@ -35,7 +35,6 @@ classifiers = [
35
"Operating System :: Microsoft :: Windows",
36
"Operating System :: POSIX :: Linux",
37
"Programming Language :: Python :: 3",
38
- "Programming Language :: Python :: 3.7",
39
"Programming Language :: Python :: 3.8",
40
"Programming Language :: Python :: 3.9",
41
"Programming Language :: Python :: 3.10",
@@ -82,3 +81,11 @@ max-doc-length = 88
82
81
"dev/*" = ["D"]
83
"benchmarks/*" = ["D", "F"]
84
"docs/*" = ["D"]
+
85
+[dependency-groups]
86
+dev = [
87
+ "numpy>1.24.4 ; python_full_version >= '3.10'",
88
+ "pytest>=7.4.4",
89
+ "ruff>=0.9.1",
90
+ "toml>=0.10.2",
91
+]
requirements-310.txt
0 commit comments