Skip to content

Commit 740a255

Browse files
committed
Drop py3.10
1 parent 9ac1ad3 commit 740a255

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ exclude_also = [
103103
]
104104

105105
[tool.mypy]
106-
python_version = "3.10"
106+
python_version = "3.11"
107107
files = ["src", "tests/typing"]
108108
show_error_codes = true
109109
pretty = true
@@ -116,7 +116,7 @@ module = [
116116
ignore_missing_imports = true
117117

118118
[tool.pyright]
119-
pythonVersion = "3.10"
119+
pythonVersion = "3.11"
120120
include = ["src", "tests/typing"]
121121
typeCheckingMode = "basic"
122122

@@ -146,7 +146,7 @@ order-by-type = false
146146

147147
[tool.tox]
148148
env_list = [
149-
"py3.13", "py3.12", "py3.11", "py3.10",
149+
"py3.13", "py3.12", "py3.11",
150150
"pypy3.11",
151151
"style",
152152
"typing",

0 commit comments

Comments
 (0)