@@ -11,19 +11,19 @@ keywords = [
1111 " mwparserfromhell" , " wikipedia" , " wiki" , " mediawiki" , " wikicode" , " wikitext"
1212]
1313readme = " README.rst"
14- requires-python = " >= 3.9 "
14+ requires-python = " >= 3.10 "
1515dependencies = []
1616classifiers = [
1717 " Development Status :: 4 - Beta" ,
1818 " Environment :: Console" ,
1919 " Intended Audience :: Developers" ,
2020 " Operating System :: OS Independent" ,
2121 " Programming Language :: Python :: 3" ,
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 " Topic :: Text Processing :: Markup" ,
2828]
2929
@@ -59,13 +59,13 @@ test-command = [
5959]
6060
6161[tool .pyright ]
62- pythonVersion = " 3.9 "
62+ pythonVersion = " 3.10 "
6363typeCheckingMode = " standard"
6464venvPath = " ."
6565venv = " .venv"
6666
6767[tool .ruff ]
68- target-version = " py39 "
68+ target-version = " py310 "
6969
7070[tool .ruff .lint ]
7171extend-select = [
0 commit comments