Skip to content

Commit d55d53d

Browse files
committed
Python 3.12+
1 parent a740a50 commit d55d53d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainers = [
1414
]
1515
dependencies = ["Django>=3.0, <7.0"]
1616
readme = "README.md"
17-
requires-python = ">=3.6"
17+
requires-python = ">=3.12"
1818
license = "BSD-3-Clause"
1919
keywords = ["django", "sorting", "table"]
2020
classifiers = [
@@ -55,13 +55,13 @@ packages = ["src/webstack_django_sorting"]
5555

5656
[tool.ruff]
5757
line-length = 100
58-
target-version = "py38"
58+
target-version = "py312"
5959

6060
[tool.ruff.lint]
6161
select = ["E", "F", "I", "UP", "B", "SIM"]
6262

6363
[tool.mypy]
64-
python_version = "3.8"
64+
python_version = "3.12"
6565
plugins = ["mypy_django_plugin.main"]
6666
strict = false
6767
warn_return_any = true

0 commit comments

Comments
 (0)