Skip to content

Commit d92ff6e

Browse files
committed
Use python 3.13 for mypy tests
The tests are currently failing as mypy is using python 3.8 and the latest pytest 9.0.0 is using features from python 3.10+. This will fix the issue. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
1 parent 1a1c206 commit d92ff6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Global options:
22

33
[mypy]
4-
python_version = 3.8
4+
python_version = 3.13
55
warn_return_any = True
66
warn_unused_configs = True
77
ignore_missing_imports = True

0 commit comments

Comments
 (0)