@@ -9,7 +9,7 @@ dynamic = ["version"]
99description = " Coming soon: Python library for enabling dispatching to backends"
1010readme = " README.md"
1111license = " BSD-3-Clause"
12- requires-python = " >=3.10 "
12+ requires-python = " >=3.11 " # for builtin `tomllib`
1313dependencies = [" importlib_metadata" ]
1414classifiers = [
1515 " Development Status :: 3 - Alpha" ,
@@ -19,7 +19,6 @@ classifiers = [
1919 " Operating System :: OS Independent" ,
2020 " Programming Language :: Python" ,
2121 " Programming Language :: Python :: 3" ,
22- " Programming Language :: Python :: 3.10" ,
2322 " Programming Language :: Python :: 3.11" ,
2423 " Programming Language :: Python :: 3.12" ,
2524 " Programming Language :: Python :: 3.13" ,
@@ -36,8 +35,8 @@ source = "https://github.com/scientific-python/spatch"
3635changelog = " https://github.com/scientific-python/spatch/releases"
3736
3837[dependency-groups ]
39- # black is used to format entry-point files
40- backend_utils = [" black " ]
38+ # tomlkit is used to format entry-point files
39+ backend_utils = [" tomlkit " ]
4140test = [
4241 " pytest >=6" ,
4342 " pytest-cov >=3" ,
0 commit comments