Skip to content

Commit

Permalink
rm unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 3, 2024
1 parent 0f51844 commit 5b947f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name = "apache-superset"
description = "A modern, enterprise-ready business intelligence web application"
readme = "README.md"
dynamic = ["version", "scripts", "entry-points"]
requires-python = ">=3.9"
requires-python = "~=3.9"
license = { file="LICENSE.txt" }
authors = [
{ name = "Apache Software Foundation", email = "[email protected]" },
Expand Down Expand Up @@ -276,8 +276,8 @@ exclude = [
line-length = 88
indent-width = 4


target-version = "py39"
# Assume Python 3.8
target-version = "py310"

[tool.ruff.lint]
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
Expand Down

0 comments on commit 5b947f5

Please sign in to comment.