@@ -12,7 +12,7 @@ license = { text = "BSD-3-Clause" }
1212authors = [
1313 {
name =
" Matthias Kestenholz" ,
email =
" [email protected] " },
1414]
15- requires-python = " >=3.8 "
15+ requires-python = " >=3.10 "
1616classifiers = [
1717 " Development Status :: 5 - Production/Stable" ,
1818 " Environment :: Web Environment" ,
@@ -22,11 +22,10 @@ classifiers = [
2222 " Operating System :: OS Independent" ,
2323 " Programming Language :: Python" ,
2424 " Programming Language :: Python :: 3 :: Only" ,
25- " Programming Language :: Python :: 3.8" ,
26- " Programming Language :: Python :: 3.9" ,
2725 " Programming Language :: Python :: 3.10" ,
2826 " Programming Language :: Python :: 3.11" ,
2927 " Programming Language :: Python :: 3.12" ,
28+ " Programming Language :: Python :: 3.13" ,
3029 " Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
3130 " Topic :: Software Development" ,
3231 " Topic :: Software Development :: Libraries :: Application Frameworks" ,
@@ -52,7 +51,7 @@ include = [
5251path = " content_editor/__init__.py"
5352
5453[tool .ruff ]
55- target-version = " py38 "
54+ target-version = " py310 "
5655
5756fix = true
5857show-fixes = true
0 commit comments