Skip to content

Commit 9534e4b

Browse files
committed
fix: update min python version
1 parent 926f021 commit 9534e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "class-cache"
77
maintainers = [{ name = "Artem Vasenin", email = "[email protected]" }]
88
readme = "README.md"
99
license = { file = "LICENSE" }
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
dynamic = ["description", "version"]
1212
dependencies = ["Pympler", "brotli", "marisa-trie", "replete>=2.3.1"]
1313

@@ -45,7 +45,7 @@ strictParameterNoneValue = false
4545
typeCheckingMode = "basic"
4646

4747
[tool.ruff]
48-
target-version = "py39"
48+
target-version = "py310"
4949
line-length = 120
5050
[tool.ruff.lint]
5151
preview = true

0 commit comments

Comments
 (0)