@@ -8,7 +8,7 @@ description = "A Typescript handler for mkdocstrings."
88authors = [{name = " Timothée Mazzucotelli" , email = " dev@pawamoy.fr" }]
99license = {text = " ISC" }
1010readme = " README.md"
11- requires-python = " >=3.8 "
11+ requires-python = " >=3.9 "
1212keywords = []
1313dynamic = [" version" ]
1414classifiers = [
@@ -17,12 +17,12 @@ classifiers = [
1717 " Programming Language :: Python" ,
1818 " Programming Language :: Python :: 3" ,
1919 " Programming Language :: Python :: 3 :: Only" ,
20- " Programming Language :: Python :: 3.8" ,
2120 " Programming Language :: Python :: 3.9" ,
2221 " Programming Language :: Python :: 3.10" ,
2322 " Programming Language :: Python :: 3.11" ,
2423 " Programming Language :: Python :: 3.12" ,
2524 " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.14" ,
2626 " Topic :: Documentation" ,
2727 " Topic :: Software Development" ,
2828 " Topic :: Utilities" ,
@@ -76,7 +76,7 @@ dev-dependencies = [
7676 # maintenance
7777 " build>=1.2" ,
7878 " git-changelog>=2.5" ,
79- " twine>=5.0; python_version < '3.13' " ,
79+ " twine>=5.1 " ,
8080
8181 # ci
8282 " duty>=1.4" ,
@@ -101,5 +101,6 @@ dev-dependencies = [
101101 " mkdocs-material>=9.5" ,
102102 " mkdocs-minify-plugin>=0.8" ,
103103 " mkdocstrings[python]>=0.25" ,
104+ # YORE: EOL 3.10: Remove line.
104105 " tomli>=2.0; python_version < '3.11'" ,
105106]
0 commit comments