@@ -7,7 +7,7 @@ name = "dfetch"
77authors = [{ name = " Ben Spoor" , email = " dfetch@spoor.cc" }]
88description = " Dependency fetcher"
99readme = { file = " README.md" , content-type = " text/markdown" }
10- requires-python = " >=3.7 "
10+ requires-python = " >=3.9 "
1111keywords = [
1212 " dfetch" ,
1313 " dependency management" ,
@@ -29,8 +29,6 @@ classifiers = [
2929 " Environment :: Console" ,
3030 " Intended Audience :: Developers" ,
3131 " License :: OSI Approved :: MIT License" ,
32- " Programming Language :: Python :: 3.7" ,
33- " Programming Language :: Python :: 3.8" ,
3432 " Programming Language :: Python :: 3.9" ,
3533 " Programming Language :: Python :: 3.10" ,
3634 " Programming Language :: Python :: 3.11" ,
@@ -46,15 +44,11 @@ dependencies = [
4644 " pykwalify==1.8.0" ,
4745 " halo==0.0.31" ,
4846 " colorama==0.4.6" ,
49- " typing-extensions==4.7.1; python_version <= '3.7.0'" ,
50- " typing-extensions==4.13.2; python_version <= '3.8.0'" ,
51- " typing-extensions==4.15.0; python_version > '3.8.0'" ,
52- " tldextract==5.1.2; python_version <= '3.8.0'" ,
53- " tldextract==5.3.0; python_version > '3.8.0'" ,
47+ " typing-extensions==4.15.0" ,
48+ " tldextract==5.3.0" ,
5449 " sarif-om==1.0.4" ,
5550 " semver==3.0.4" ,
5651 " patch-ng==1.18.1" ,
57- " importlib-resources==5.4.0; python_version <= '3.7.0'" ,
5852 " cyclonedx-python-lib==4.2.2" ,
5953 " infer-license==0.1.0; python_version <= '3.10.0'" ,
6054 " infer-license==0.2.0; python_version > '3.10.0'" ,
0 commit comments