This is an automated email from the ASF dual-hosted git repository.
timsaucer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git
The following commit(s) were added to refs/heads/main by this push:
new 85fe35c Fix small issues in pyproject.toml (#976)
85fe35c is described below
commit 85fe35cf433c2168fee40dc48bdaa80126bf4a42
Author: Kyle Barron <[email protected]>
AuthorDate: Tue Jan 7 05:30:13 2025 -0800
Fix small issues in pyproject.toml (#976)
* Fix small issues in pyproject.toml
* Update classifiers
---
pyproject.toml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index d327c0e..98bda5a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ readme = "README.md"
license = { file = "LICENSE.txt" }
requires-python = ">=3.7"
keywords = ["datafusion", "dataframe", "rust", "query-engine"]
-classifier = [
+classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
@@ -39,10 +39,14 @@ classifier = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
"Programming Language :: Python",
"Programming Language :: Rust",
]
dependencies = ["pyarrow>=11.0.0", "typing-extensions;python_version<'3.13'"]
+dynamic = ["version"]
[project.urls]
homepage = "https://datafusion.apache.org/python"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]