8000 Fix small issues in pyproject.toml (#976) · jsai28/datafusion-python@85fe35c · GitHub
[go: up one dir, main page]

Skip to content

Commit 85fe35c

Browse files
authored
Fix small issues in pyproject.toml (apache#976)
* Fix small issues in pyproject.toml * Update classifiers
1 parent e36e8ab commit 85fe35c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ readme = "README.md"
2626
license = { file = "LICENSE.txt" }
2727
requires-python = ">=3.7"
2828
keywords = ["datafusion", "dataframe", "rust", "query-engine"]
29-< A058 div class="diff-text-inner">classifier = [
29+
classifiers = [
3030
"Development Status :: 2 - Pre-Alpha",
3131
"Intended Audience :: Developers",
3232
"License :: OSI Approved :: Apache Software License",
@@ -39,10 +39,14 @@ classifier = [
3939
"Programming Language :: Python :: 3.8",
4040
"Programming Language :: Python :: 3.9",
4141
"Programming Language :: Python :: 3.10",
42+
"Programming Language :: Python :: 3.11",
43+
"Programming Language :: Python :: 3.12",
44+
"Programming Language :: Python :: 3.13",
4245
"Programming Language :: Python",
4346
"Programming Language :: Rust",
4447
]
4548
dependencies = ["pyarrow>=11.0.0", "typing-extensions;python_version<'3.13'"]
49+
dynamic = ["version"]
4650

4751
[project.urls]
4852
homepage = "https://datafusion.apache.org/python"

0 commit comments

Comments
 (0)
0