Skip to content

Commit

Permalink
fix: update min python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizhiy committed Aug 11, 2024
1 parent 926f021 commit 9534e4b
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 @@ -7,7 +7,7 @@ name = "class-cache"
maintainers = [{ name = "Artem Vasenin", email = "[email protected]" }]
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.9"
requires-python = ">=3.10"
dynamic = ["description", "version"]
dependencies = ["Pympler", "brotli", "marisa-trie", "replete>=2.3.1"]

Expand Down Expand Up @@ -45,7 +45,7 @@ strictParameterNoneValue = false
typeCheckingMode = "basic"

[tool.ruff]
target-version = "py39"
target-version = "py310"
line-length = 120
[tool.ruff.lint]
preview = true
Expand Down

0 comments on commit 9534e4b

Please sign in to comment.