@@ -12,7 +12,7 @@ license = { text = "BSD-3-Clause" }
12
12
authors = [
13
13
{
name =
" Matthias Kestenholz" ,
email =
" [email protected] " },
14
14
]
15
- requires-python = " >=3.8 "
15
+ requires-python = " >=3.10 "
16
16
classifiers = [
17
17
" Development Status :: 5 - Production/Stable" ,
18
18
" Environment :: Web Environment" ,
@@ -22,11 +22,10 @@ classifiers = [
22
22
" Operating System :: OS Independent" ,
23
23
" Programming Language :: Python" ,
24
24
" Programming Language :: Python :: 3 :: Only" ,
25
- " Programming Language :: Python :: 3.8" ,
26
- " Programming Language :: Python :: 3.9" ,
27
25
" Programming Language :: Python :: 3.10" ,
28
26
" Programming Language :: Python :: 3.11" ,
29
27
" Programming Language :: Python :: 3.12" ,
28
+ " Programming Language :: Python :: 3.13" ,
30
29
" Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
31
30
" Topic :: Software Development" ,
32
31
" Topic :: Software Development :: Libraries :: Application Frameworks" ,
@@ -52,7 +51,7 @@ include = [
52
51
path = " content_editor/__init__.py"
53
52
54
53
[tool .ruff ]
55
- target-version = " py38 "
54
+ target-version = " py310 "
56
55
57
56
fix = true
58
57
show-fixes = true
0 commit comments