@@ -10,7 +10,7 @@ description = "MoinMoin is an easy to use, full-featured and extensible wiki sof
1010readme = {file =" README.md" , content-type =" text/markdown" }
1111license = " GPL-2.0-or-later"
1212license-files = [" LICENSE.txt" ]
13- requires-python = " >=3.9 "
13+ requires-python = " >=3.10 "
1414keywords = [" wiki" , " web" ]
1515classifiers = [
1616 " Development Status :: 4 - Beta" ,
@@ -24,7 +24,6 @@ classifiers = [
2424 " Operating System :: OS Independent" ,
2525 " Programming Language :: Python" ,
2626 " Programming Language :: Python :: 3" ,
27- " Programming Language :: Python :: 3.9" ,
2827 " Programming Language :: Python :: 3.10" ,
2928 " Programming Language :: Python :: 3.11" ,
3029 " Programming Language :: Python :: 3.12" ,
@@ -109,7 +108,7 @@ norecursedirs = [".git", "_build", "tmp*", "env*", "dlc", "wiki", "support"]
109108
110109[tool .ruff ]
111110line-length = 120
112- target-version = " py39 "
111+ target-version = " py310 "
113112
114113# Exclude a variety of commonly ignored directories.
115114exclude = [
@@ -157,13 +156,13 @@ skips = ["B101", "B105", "B106", "B307", "B311", "B403", "B608"]
157156
158157# run like this:
159158# tox
160- # tox run -e py39
159+ # tox run -e py310
161160# tox -- -v -k test_wikiutil
162161# tox -- -v
163162
164163[tool .tox ]
165164requires = [" tox>=4.21" ]
166- envlist = [" 3.9 " , " 3. 10" , " 3.11" , " 3.12" , " 3.13" , " ruff" ]
165+ envlist = [" 3.10" , " 3.11" , " 3.12" , " 3.13" , " ruff" ]
167166
168167[tool .tox .env_run_base ]
169168description = " Run tests under {base_python}"
0 commit comments