Skip to content

Commit 573cd35

Browse files
committed
chore: correct python version in mypy configuration file
1 parent 2b26e8b commit 573cd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[mypy]
22
files = src, tests
3-
python_version = 3.12
3+
python_version = 3.13
44
mypy_path = .
55
disable_error_code = override,attr-defined
66
check_untyped_defs = true

0 commit comments

Comments
 (0)