@@ -5,6 +5,7 @@ build-backend = "flit_core.buildapi"
55[project ]
66name = " wagtailmath"
77authors = [{name = " James Ramm" , email = " jamessramm@gmail.com" }]
8+ maintainers = [{name = " Wagtail Nest team" , email = " hello@wagtail.org" }]
89description = " Wagtail StreamField block for rendering mathematical equations"
910readme = " README.md"
1011license = {file = " LICENSE" }
@@ -15,35 +16,35 @@ classifiers = [
1516 " Operating System :: OS Independent" ,
1617 " Programming Language :: Python" ,
1718 " Programming Language :: Python :: 3" ,
18- " Programming Language :: Python :: 3.8" ,
19- " Programming Language :: Python :: 3.9" ,
2019 " Programming Language :: Python :: 3.10" ,
2120 " Programming Language :: Python :: 3.11" ,
2221 " Programming Language :: Python :: 3.12" ,
22+ " Programming Language :: Python :: 3.13" ,
23+ " Programming Language :: Python :: 3.14" ,
2324 " Framework :: Django" ,
2425 " Framework :: Django :: 4.2" ,
25- " Framework :: Django :: 5.0" ,
26+ " Framework :: Django :: 5.2" ,
27+ " Framework :: Django :: 6.0" ,
2628 " Framework :: Wagtail" ,
27- " Framework :: Wagtail :: 5" ,
28- " Framework :: Wagtail :: 6" ,
29+ " Framework :: Wagtail :: 7" ,
2930]
30- requires-python = " >=3.8 "
31+ requires-python = " >=3.10 "
3132dynamic = [" version" ]
3233dependencies = [
3334 " Django>=4.2" ,
34- " Wagtail>=5.2 "
35+ " Wagtail>=7.0 "
3536]
3637[project .optional-dependencies ]
37- linting = [" pre-commit>=3 .6.0,<4 " ,]
38+ linting = [" pre-commit>=4 .6.0,<5 " ,]
3839testing = [
39- " dj-database-url==2 .1.0 " ,
40- " pytest==8.1.1 " ,
41- " pytest-cov==5.0 .0" ,
42- " pytest-django==4.8 .0" ,
40+ " dj-database-url==3 .1.2 " ,
41+ " pytest==9.0.3 " ,
42+ " pytest-cov==7.1 .0" ,
43+ " pytest-django==4.12 .0" ,
4344]
4445ci = [
45- " tox>=4.15 .1,<5" ,
46- " tox-gh-actions>=3.2,<3.3 " ,
46+ " tox>=4.55 .1,<5" ,
47+ " tox-gh-actions>=3.5,<4 " ,
4748]
4849
4950[project .urls ]
0 commit comments