|
11 | 11 | "Development Status :: 5 - Production/Stable", |
12 | 12 | "Environment :: Web Environment", |
13 | 13 | "Framework :: Django :: 3.2", |
14 | | - "Framework :: Django :: 4.0", |
15 | 14 | "Framework :: Django :: 4.1", |
| 15 | + "Framework :: Django :: 4.2", |
16 | 16 | "Framework :: Django", |
17 | 17 | "Framework :: Sphinx :: Extension", |
18 | 18 | "Intended Audience :: Developers", |
19 | 19 | "License :: OSI Approved :: Apache Software License", |
20 | 20 | "Operating System :: OS Independent", |
21 | | - "Programming Language :: Python :: 3.10", |
22 | | - "Programming Language :: Python :: 3.11", |
23 | 21 | "Programming Language :: Python :: 3.7", |
24 | 22 | "Programming Language :: Python :: 3.8", |
25 | 23 | "Programming Language :: Python :: 3.9", |
| 24 | + "Programming Language :: Python :: 3.10", |
| 25 | + "Programming Language :: Python :: 3.11", |
26 | 26 | "Programming Language :: Python", |
27 | 27 | "Topic :: Internet :: WWW/HTTP :: Dynamic Content", |
28 | 28 | "Topic :: Internet :: WWW/HTTP", |
29 | 29 | "Topic :: Software Development :: Libraries :: Application Frameworks", |
30 | 30 | "Topic :: Software Development :: Libraries :: Python Modules", |
31 | 31 | ] |
32 | | - dependencies = ["Django>=2.2", "Sphinx>=0.5", "pprintpp"] |
| 32 | + dependencies = ["Django>=3.2", "Sphinx>=0.5", "pprintpp"] |
33 | 33 | description = "Improve the Sphinx autodoc for Django classes." |
34 | 34 | dynamic = ["version"] |
35 | 35 | keywords = ["django", "docstrings", "extension", "sphinx"] |
|
0 commit comments