@@ -6,7 +6,7 @@ readme = "README.md"
66authors = [
77 { name = " Binyamin Y Cohen" , email = " biny@xpo.dev" }
88]
9- requires-python = " >=3.9 "
9+ requires-python = " >=3.10 "
1010dependencies = []
1111license = { text = " MIT" }
1212keywords = [" interface" , " abc" , " explicit" , " implementation" , " typing" ]
@@ -16,7 +16,6 @@ classifiers = [
1616 " License :: OSI Approved :: MIT License" ,
1717 " Operating System :: OS Independent" ,
1818 " Programming Language :: Python :: 3" ,
19- " Programming Language :: Python :: 3.9" ,
2019 " Programming Language :: Python :: 3.10" ,
2120 " Programming Language :: Python :: 3.11" ,
2221 " Programming Language :: Python :: 3.12" ,
@@ -47,7 +46,7 @@ dev = [
4746
4847[tool .black ]
4948line-length = 88
50- target-version = [' py39 ' ]
49+ target-version = [' py310 ' ]
5150include = ' \.pyi?$'
5251
5352[tool .isort ]
@@ -62,7 +61,7 @@ python_functions = ["test_*"]
6261addopts = " -v --tb=short"
6362
6463[tool .mypy ]
65- python_version = " 3.9 "
64+ python_version = " 3.10 "
6665warn_return_any = true
6766warn_unused_configs = true
6867disallow_untyped_defs = true
0 commit comments