@@ -4,11 +4,11 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " confidence-openfeature-provider"
7- version = " 0.2.1 "
7+ version = " 0.3.0 " # x-release-please-version
88description = " Confidence OpenFeature provider for local flag resolution using WebAssembly"
99readme = " README.md"
1010license = " Apache-2.0"
11- requires-python = " >=3.9 "
11+ requires-python = " >=3.10 "
1212authors = [
1313 { name = " Spotify" , email = " confidence@spotify.com" }
1414]
@@ -18,7 +18,6 @@ classifiers = [
1818 " Intended Audience :: Developers" ,
1919 " License :: OSI Approved :: Apache Software License" ,
2020 " Programming Language :: Python :: 3" ,
21- " Programming Language :: Python :: 3.9" ,
2221 " Programming Language :: Python :: 3.10" ,
2322 " Programming Language :: Python :: 3.11" ,
2423 " Programming Language :: Python :: 3.12" ,
@@ -67,7 +66,7 @@ asyncio_mode = "auto"
6766testpaths = [" tests" ]
6867
6968[tool .mypy ]
70- python_version = " 3.9 "
69+ python_version = " 3.10 "
7170warn_unused_configs = true
7271warn_redundant_casts = true
7372strict_equality = true
@@ -95,7 +94,7 @@ disable_error_code = ["attr-defined", "name-defined", "union-attr", "operator",
9594
9695[tool .ruff ]
9796line-length = 88
98- target-version = " py39 "
97+ target-version = " py310 "
9998exclude = [" .venv" , " .git" , " *_pb2.py" , " *_pb2_grpc.py" ]
10099
101100[tool .ruff .lint ]
0 commit comments