@@ -11,7 +11,7 @@ license = "MIT"
1111authors = [
1212 { name = " Thomas Roten" , email = " thomas@roten.us" },
1313]
14- requires-python = " >=3.7 "
14+ requires-python = " >=3.9 "
1515keywords = [
1616 " cache" ,
1717 " file" ,
@@ -24,11 +24,11 @@ classifiers = [
2424 " Development Status :: 5 - Production/Stable" ,
2525 " Programming Language :: Python" ,
2626 " Programming Language :: Python :: 3" ,
27- " Programming Language :: Python :: 3.7" ,
28- " Programming Language :: Python :: 3.8" ,
2927 " Programming Language :: Python :: 3.9" ,
3028 " Programming Language :: Python :: 3.10" ,
3129 " Programming Language :: Python :: 3.11" ,
30+ " Programming Language :: Python :: 3.12" ,
31+ " Programming Language :: Python :: 3.13" ,
3232 " Topic :: Software Development :: Libraries :: Python Modules" ,
3333 " Topic :: System :: Filesystems" ,
3434]
@@ -83,7 +83,7 @@ run = [
8383]
8484
8585[[tool .hatch .envs .test .matrix ]]
86- python = [" 3.7 " , " 3.8 " , " 3.9 " , " 3.10 " , " 3.11 " ]
86+ python = [" 3.9 " , " 3.10 " , " 3.11 " , " 3.12 " , " 3.13 " ]
8787
8888[tool .hatch .envs .style ]
8989detached = true
0 commit comments