Skip to content

Commit ede3880

Browse files
authored
Sync trove classifiers with tox.ini (#1341)
* Sync trove classifiers with tox.ini * No need for Python 3 condition anymore
1 parent 8383bdc commit ede3880

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"coveralls",
2020
"mock",
2121
"pytz",
22-
"django-filter<2;python_version<'3'",
23-
"django-filter>=2;python_version>='3'",
22+
"django-filter>=2",
2423
"pytest-django>=3.3.2",
2524
] + rest_framework_require
2625

@@ -45,25 +44,26 @@
4544
"Development Status :: 3 - Alpha",
4645
"Intended Audience :: Developers",
4746
"Topic :: Software Development :: Libraries",
48-
"Programming Language :: Python :: 2",
49-
"Programming Language :: Python :: 2.7",
5047
"Programming Language :: Python :: 3",
5148
"Programming Language :: Python :: 3.6",
5249
"Programming Language :: Python :: 3.7",
5350
"Programming Language :: Python :: 3.8",
51+
"Programming Language :: Python :: 3.9",
52+
"Programming Language :: Python :: 3.10",
5453
"Programming Language :: Python :: Implementation :: PyPy",
5554
"Framework :: Django",
56-
"Framework :: Django :: 1.11",
5755
"Framework :: Django :: 2.2",
5856
"Framework :: Django :: 3.0",
57+
"Framework :: Django :: 3.1",
58+
"Framework :: Django :: 3.2",
59+
"Framework :: Django :: 4.0",
5960
],
6061
keywords="api graphql protocol rest relay graphene",
6162
packages=find_packages(exclude=["tests", "examples", "examples.*"]),
6263
install_requires=[
63-
"six>=1.10.0",
6464
"graphene>=2.1.7,<3",
6565
"graphql-core>=2.1.0,<3",
66-
"Django>=1.11",
66+
"Django>=2.2",
6767
"singledispatch>=3.4.0.3",
6868
"promise>=2.1",
6969
"text-unidecode",

0 commit comments

Comments
 (0)