Skip to content

Commit

Permalink
Bumping minimal Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
slyons committed May 8, 2024
1 parent 45168f2 commit f25f5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
[build-system]
requires = ["maturin>=0.15,<0.16"]
build-backend = "maturin"

[project]
name = "datafusion"
description = "Build and run queries against data"
readme = "README.md"
license = {file = "LICENSE.txt"}
requires-python = ">=3.6"
requires-python = ">=3.7"
keywords = ["datafusion", "dataframe", "rust", "query-engine"]
classifier = [
"Development Status :: 2 - Pre-Alpha",
Expand Down

0 comments on commit f25f5a6

Please sign in to comment.