@@ -4,7 +4,7 @@ version = "2.0.0rc1"
44description = " Lightweight Python library for collecting bulk FFIEC CDR data"
55readme = " README.md"
66license = {text = " MPL-2.0" }
7- requires-python = " >=3.8 "
7+ requires-python = " >=3.10 "
88authors = [{name = " Michael" , email = " michael@civicforge.solutions" }]
99keywords = [" ffiec" , " banking" , " financial" , " data" , " cdr" , " ubpr" ]
1010classifiers = [
@@ -13,8 +13,6 @@ classifiers = [
1313 " Intended Audience :: Financial and Insurance Industry" ,
1414 " Topic :: Office/Business :: Financial" ,
1515 " Programming Language :: Python :: 3" ,
16- " Programming Language :: Python :: 3.8" ,
17- " Programming Language :: Python :: 3.9" ,
1816 " Programming Language :: Python :: 3.10" ,
1917 " Programming Language :: Python :: 3.11" ,
2018 " Programming Language :: Python :: 3.12" ,
@@ -70,10 +68,10 @@ include = ["ffiec_data_collector*"]
7068
7169[tool .black ]
7270line-length = 88
73- target-version = [' py38 ' ]
71+ target-version = [' py310 ' ]
7472
7573[tool .mypy ]
76- python_version = " 3.8 "
74+ python_version = " 3.10 "
7775warn_return_any = true
7876warn_unused_configs = true
7977disallow_untyped_defs = true
0 commit comments