@@ -8,7 +8,7 @@ description = 'A low-level PDF generator.'
88keywords = [' pdf' , ' generator' ]
99authors = [{name = ' CourtBouillon' , email = ' contact@courtbouillon.org' }]
1010maintainers = [{name = ' CourtBouillon' , email = ' contact@courtbouillon.org' }]
11- requires-python = ' >=3.9 '
11+ requires-python = ' >=3.10 '
1212readme = {file = ' README.rst' , content-type = ' text/x-rst' }
1313license = {file = ' LICENSE' }
1414classifiers = [
@@ -19,11 +19,11 @@ classifiers = [
1919 ' Programming Language :: Python' ,
2020 ' Programming Language :: Python :: 3' ,
2121 ' Programming Language :: Python :: 3 :: Only' ,
22- ' Programming Language :: Python :: 3.9' ,
2322 ' Programming Language :: Python :: 3.10' ,
2423 ' Programming Language :: Python :: 3.11' ,
2524 ' Programming Language :: Python :: 3.12' ,
2625 ' Programming Language :: Python :: 3.13' ,
26+ ' Programming Language :: Python :: 3.14' ,
2727 ' Programming Language :: Python :: Implementation :: CPython' ,
2828 ' Programming Language :: Python :: Implementation :: PyPy' ,
2929]
0 commit comments