@@ -23,33 +23,35 @@ classifiers = [
2323 " Topic :: Internet :: WWW/HTTP :: Site Management" ,
2424 " Programming Language :: Python" ,
2525 " Programming Language :: Python :: 3" ,
26- " Programming Language :: Python :: 3.9" ,
2726 " Programming Language :: Python :: 3.10" ,
2827 " Programming Language :: Python :: 3.11" ,
2928 " Programming Language :: Python :: 3.12" ,
3029 " Programming Language :: Python :: 3.13" ,
30+ " Programming Language :: Python :: 3.14" ,
3131 " Framework :: Django" ,
3232 " Framework :: Django :: 4.2" ,
3333 " Framework :: Django :: 5.1" ,
34+ " Framework :: Django :: 5.2" ,
3435 " Framework :: Wagtail" ,
3536 " Framework :: Wagtail :: 6" ,
37+ " Framework :: Wagtail :: 7" ,
3638]
3739
3840dynamic = [" version" ]
3941requires-python = " >=3.9"
4042dependencies = [
4143 " Wagtail>=6.3" ,
42- " python-docx>=0.8.10 "
44+ " python-docx>=1.2.0 "
4345]
4446
4547[project .optional-dependencies ]
4648testing = [
4749 # Required for running the tests
48- " mock>=1.0 .0" ,
50+ " mock>=5.2 .0" ,
4951 # For coverage and PEP8 linting
50- " coverage>=7.7.0 " ,
51- " tox==4.11 " ,
52- " dj-database-url>=2.3.0,<3.0 "
52+ " coverage>=7.11.3 " ,
53+ " tox>=4.32.0 " ,
54+ " dj-database-url>=3,<4 "
5355]
5456
5557[project .urls ]
@@ -62,9 +64,6 @@ Changelog = "https://github.com/torchbox/wagtail-content-import/blob/main/docs/r
6264requires = [" flit_core >=3.11,<4" ]
6365build-backend = " flit_core.buildapi"
6466
65- [tool .flit .module ]
66- name = " wagtail_content_import"
67-
6867[tool .flit .sdist ]
6968exclude = [
7069 " .*" ,
@@ -75,8 +74,6 @@ exclude = [
7574 " *.yaml" ,
7675 " docs/" ,
7776 " tests/" ,
78- " wagtail_content_import/test/" ,
7977 " CHANGELOG.md" ,
8078 " ruff.toml" ,
81- " testmanage.py" ,
8279]
0 commit comments