|
46 | 46 | "Intended Audience :: Developers",
|
47 | 47 | "Topic :: Software Development :: Libraries",
|
48 | 48 | "Programming Language :: Python :: 3",
|
49 |
| - "Programming Language :: Python :: 3.6", |
50 | 49 | "Programming Language :: Python :: 3.7",
|
51 | 50 | "Programming Language :: Python :: 3.8",
|
52 | 51 | "Programming Language :: Python :: 3.9",
|
| 52 | + "Programming Language :: Python :: 3.10", |
53 | 53 | "Programming Language :: Python :: Implementation :: PyPy",
|
54 | 54 | "Framework :: Django",
|
55 |
| - "Framework :: Django :: 2.2", |
56 |
| - "Framework :: Django :: 3.0", |
57 |
| - "Framework :: Django :: 3.1", |
58 | 55 | "Framework :: Django :: 3.2",
|
| 56 | + "Framework :: Django :: 4.0", |
| 57 | + "Framework :: Django :: 4.1", |
59 | 58 | ],
|
60 | 59 | keywords="api graphql protocol rest relay graphene",
|
61 | 60 | packages=find_packages(exclude=["tests", "examples", "examples.*"]),
|
62 | 61 | install_requires=[
|
63 | 62 | "graphene>=3.0,<4",
|
64 | 63 | "graphql-core>=3.1.0,<4",
|
65 | 64 | "graphql-relay>=3.1.1,<4",
|
66 |
| - "Django>=2.2", |
| 65 | + "Django>=3.2", |
67 | 66 | "promise>=2.1",
|
68 | 67 | "text-unidecode",
|
69 | 68 | ],
|
|
0 commit comments