Skip to content

Commit 768ddf2

Browse files
committed
bump python version for mypy checks
1 parent b8d15ab commit 768ddf2

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
@@ -333,7 +333,7 @@ packages = ["duckdb", "_duckdb"]
333333
strict = true
334334
warn_unreachable = true
335335
pretty = true
336-
python_version = "3.10"
336+
python_version = "3.12"
337337
exclude = [
338338
"duckdb/experimental/", # not checking the pyspark API
339339
"duckdb/query_graph/", # old and unmaintained (should probably remove)

0 commit comments

Comments
 (0)