8000
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 e36e8ab commit 85fe35cCopy full SHA for 85fe35c
pyproject.toml
@@ -26,7 +26,7 @@ readme = "README.md"
26
license = { file = "LICENSE.txt" }
27
requires-python = ">=3.7"
28
keywords = ["datafusion", "dataframe", "rust", "query-engine"]
29
-< A058 div class="diff-text-inner">classifier = [
+classifiers = [
30
"Development Status :: 2 - Pre-Alpha",
31
"Intended Audience :: Developers",
32
"License :: OSI Approved :: Apache Software License",
@@ -39,10 +39,14 @@ classifier = [
39
"Programming Language :: Python :: 3.8",
40
"Programming Language :: Python :: 3.9",
41
"Programming Language :: Python :: 3.10",
42
+ "Programming Language :: Python :: 3.11",
43
+ "Programming Language :: Python :: 3.12",
44
+ "Programming Language :: Python :: 3.13",
45
"Programming Language :: Python",
46
"Programming Language :: Rust",
47
]
48
dependencies = ["pyarrow>=11.0.0", "typing-extensions;python_version<'3.13'"]
49
+dynamic = ["version"]
50
51
[project.urls]
52
homepage = "https://datafusion.apache.org/python"
0 commit comments