Skip to content

Commit 92d42e7

Browse files
authored
Fix mypy by running on Python 3.12 (#899)
1 parent 239c606 commit 92d42e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ known-third-party = [
173173

174174
[tool.mypy]
175175
files = "cubed"
176-
python_version = "3.11"
176+
python_version = "3.12"
177177
strict = false
178178
enable_error_code = ["truthy-bool"]
179179
ignore_missing_imports = true

0 commit comments

Comments
 (0)