We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e762321 commit 00750aaCopy full SHA for 00750aa
setup.py
@@ -32,6 +32,7 @@ def run(cls):
32
33
setup(
34
name="kafka-python-ng",
35
+ python_requires=">=3.8",
36
use_scm_version=True,
37
setup_requires=["setuptools_scm"],
38
tests_require=test_require,
@@ -60,13 +61,6 @@ def run(cls):
60
61
"Intended Audience :: Developers",
62
"License :: OSI Approved :: Apache Software License",
63
"Programming Language :: Python",
- "Programming Language :: Python :: 2",
64
- "Programming Language :: Python :: 2.7",
65
- "Programming Language :: Python :: 3",
66
- "Programming Language :: Python :: 3.4",
67
- "Programming Language :: Python :: 3.5",
68
- "Programming Language :: Python :: 3.6",
69
- "Programming Language :: Python :: 3.7",
70
"Programming Language :: Python :: 3.8",
71
"Programming Language :: Python :: 3.9",
72
"Programming Language :: Python :: 3.10",
0 commit comments