11[project ]
22name = " qcore"
33version = " 1.10.1"
4- requires-python = " >=3.8 "
4+ requires-python = " >=3.9 "
55keywords = [" quora" , " core" , " common" , " utility" ]
66classifiers = [
77 " License :: OSI Approved :: Apache Software License" ,
88 " Programming Language :: Python" ,
9- " Programming Language :: Python :: 3.8" ,
109 " Programming Language :: Python :: 3.9" ,
1110 " Programming Language :: Python :: 3.10" ,
1211 " Programming Language :: Python :: 3.11" ,
@@ -20,7 +19,7 @@ license = {text = "Apache Software License"}
2019dynamic = [" readme" ]
2120
2221[tool .black ]
23- target_version = [' py37 ' , ' py38 ' , ' py39 ' , ' py310 ' , ' py311 ' ]
22+ target-version = [' py39 ' , ' py310 ' , ' py311 ' , ' py312 ' , ' py313 ' ]
2423include = ' \.pyi?$'
2524skip-magic-trailing-comma = true
2625preview = true
@@ -36,7 +35,7 @@ exclude = '''
3635'''
3736
3837[tool .mypy ]
39- python_version = " 3.7 "
38+ python_version = " 3.9 "
4039warn_unused_configs = true
4140
4241[[tool .mypy .overrides ]]
@@ -48,4 +47,4 @@ requires = ["setuptools>=64.0", "cython>=3"]
4847build-backend = " setuptools.build_meta"
4948
5049[tool .cibuildwheel ]
51- build = " cp{38, 39,310,311,312}-*"
50+ build = " cp{39,310,311,312,313 }-*"
0 commit comments