@@ -8,7 +8,7 @@ description = 'A tiny CSS parser'
88keywords = [' css' , ' parser' ]
99authors = [{name = ' Simon Sapin' , email = ' simon.sapin@exyr.org' }]
1010maintainers = [{name = ' CourtBouillon' , email = ' contact@courtbouillon.org' }]
11- requires-python = ' >=3.8 '
11+ requires-python = ' >=3.10 '
1212readme = {file = ' README.rst' , content-type = ' text/x-rst' }
1313license = {file = ' LICENSE' }
1414dependencies = [' webencodings >=0.4' ]
@@ -20,11 +20,11 @@ classifiers = [
2020 ' Programming Language :: Python' ,
2121 ' Programming Language :: Python :: 3' ,
2222 ' Programming Language :: Python :: 3 :: Only' ,
23- ' Programming Language :: Python :: 3.8' ,
24- ' Programming Language :: Python :: 3.9' ,
2523 ' Programming Language :: Python :: 3.10' ,
2624 ' Programming Language :: Python :: 3.11' ,
2725 ' Programming Language :: Python :: 3.12' ,
26+ ' Programming Language :: Python :: 3.13' ,
27+ ' Programming Language :: Python :: 3.14' ,
2828 ' Programming Language :: Python :: Implementation :: CPython' ,
2929 ' Programming Language :: Python :: Implementation :: PyPy' ,
3030 ' Topic :: Text Processing' ,
0 commit comments