@@ -15,32 +15,28 @@ keywords = [
1515license = {text = " MIT" }
1616maintainers = [{name = " Hugo van Kemenade" }]
1717authors = [{name = " Jason Moiron" , email = " jmoiron@jmoiron.net" }]
18- requires-python = " >=3.7 "
18+ requires-python = " >=3.8 "
1919classifiers = [
20- " Development Status :: 5 - Production/Stable" ,
21- " Intended Audience :: Developers" ,
22- " License :: OSI Approved :: MIT License" ,
23- " Operating System :: OS Independent" ,
24- " Programming Language :: Python" ,
25- " Programming Language :: Python :: 3" ,
26- " Programming Language :: Python :: 3 :: Only" ,
27- " Programming Language :: Python :: 3.7" ,
28- " Programming Language :: Python :: 3.8" ,
29- " Programming Language :: Python :: 3.9" ,
30- " Programming Language :: Python :: 3.10" ,
31- " Programming Language :: Python :: 3.11" ,
32- " Programming Language :: Python :: 3.12" ,
33- " Programming Language :: Python :: Implementation :: CPython" ,
34- " Programming Language :: Python :: Implementation :: PyPy" ,
35- " Topic :: Text Processing" ,
36- " Topic :: Text Processing :: General" ,
20+ " Development Status :: 5 - Production/Stable" ,
21+ " Intended Audience :: Developers" ,
22+ " License :: OSI Approved :: MIT License" ,
23+ " Operating System :: OS Independent" ,
24+ " Programming Language :: Python" ,
25+ " Programming Language :: Python :: 3" ,
26+ " Programming Language :: Python :: 3 :: Only" ,
27+ " Programming Language :: Python :: 3.8" ,
28+ " Programming Language :: Python :: 3.9" ,
29+ " Programming Language :: Python :: 3.10" ,
30+ " Programming Language :: Python :: 3.11" ,
31+ " Programming Language :: Python :: 3.12" ,
32+ " Programming Language :: Python :: Implementation :: CPython" ,
33+ " Programming Language :: Python :: Implementation :: PyPy" ,
34+ " Topic :: Text Processing" ,
35+ " Topic :: Text Processing :: General" ,
3736]
3837dynamic = [
3938 " version" ,
4039]
41- dependencies = [
42- ' importlib-metadata; python_version < "3.8"' ,
43- ]
4440[project .optional-dependencies ]
4541tests = [
4642 " freezegun" ,
@@ -66,9 +62,6 @@ artifacts = [
6662[tool .hatch .version .raw-options ]
6763local_scheme = " no-local-version"
6864
69- [tool .black ]
70- target_version = [" py37" ]
71-
7265[tool .isort ]
7366profile = " black"
7467
0 commit comments