Skip to content

Commit fe78aaa

Browse files
committed
pin mypy python version to 3.9
Signed-off-by: gruebel <[email protected]>
1 parent 9101061 commit fe78aaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ packages = ["openfeature"]
6666

6767
[tool.mypy]
6868
files = "openfeature"
69+
70+
python_version = "3.9" # should be identical to the minimum supported version
6971
namespace_packages = true
7072
explicit_package_bases = true
7173
local_partial_types = true # will become the new default from version 2

0 commit comments

Comments
 (0)