We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9101061 commit fe78aaaCopy full SHA for fe78aaa
pyproject.toml
@@ -66,6 +66,8 @@ packages = ["openfeature"]
66
67
[tool.mypy]
68
files = "openfeature"
69
+
70
+python_version = "3.9" # should be identical to the minimum supported version
71
namespace_packages = true
72
explicit_package_bases = true
73
local_partial_types = true # will become the new default from version 2
0 commit comments