@@ -9,13 +9,12 @@ maintainers = [
99 {
name =
" Daniel Sanz" ,
email =
" [email protected] " },
1010 {
name =
" Sergio Castillo" ,
email =
" [email protected] " },
1111]
12- requires-python = " <4,>=3.9 "
12+ requires-python = " <4,>=3.10 "
1313dependencies = [
1414 " requests<3.0.0,>=2.32.4" ,
1515 " rapidfuzz<4.0.0,>=2.13.7" ,
1616 " pyparsing<4.0.0,>=3.2.3" ,
1717 " tomlkit<0.14.0,>=0.11.6" ,
18- " tomli<3.0.0,>=2.2.1; python_version < \" 3.13\" " ,
1918 " pydantic>=2.11.7,<3.0.0" ,
2019 " pyyaml>=6.0.2" ,
2120]
@@ -30,7 +29,6 @@ cli = [
3029 " rich<15.0.0,>=14.0.0" ,
3130]
3231
33-
3432[tool .hatch .version ]
3533path = " VERSION"
3634pattern = " v(?P<version>[^\\ s]+)"
@@ -70,7 +68,7 @@ requires = ["hatchling"]
7068build-backend = " hatchling.build"
7169
7270[tool .ruff ]
73- target-version = " py39 "
71+ target-version = " py310 "
7472line-length = 120
7573
7674src = [" twyn" , " tests" ]
@@ -115,7 +113,7 @@ ignore = [
115113convention = " pep257"
116114
117115[tool .mypy ]
118- python_version = " 3.9 "
116+ python_version = " 3.10 "
119117ignore_missing_imports = true
120118namespace_packages = true
121119explicit_package_bases = true
0 commit comments