Skip to content

Commit

Permalink
Dropping 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Getty committed Jan 12, 2025
1 parent 1fc30e6 commit b27ff22
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 @@ -11,7 +11,7 @@ dependencies = [
"typing-extensions>=4.0.0",
"pyyaml>=6.0.0",
]
requires-python = ">=3.8"
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}

Expand Down Expand Up @@ -39,14 +39,14 @@ build-backend = "hatchling.build"

[tool.black]
line-length = 88
target-version = ["py38"]
target-version = ["py310"]

[tool.isort]
profile = "black"
multi_line_output = 3

[tool.mypy]
python_version = "3.8"
python_version = "3.10"
strict = true
warn_return_any = true
warn_unused_configs = true
Expand Down

0 comments on commit b27ff22

Please sign in to comment.