Skip to content

Commit 00750aa

Browse files
authored
Remove support for EOL'ed versions of Python (dpkp#160)
* Remove support for EOL'ed versions of Python * Update setup.py
1 parent e762321 commit 00750aa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

setup.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def run(cls):
3232

3333
setup(
3434
name="kafka-python-ng",
35+
python_requires=">=3.8",
3536
use_scm_version=True,
3637
setup_requires=["setuptools_scm"],
3738
tests_require=test_require,
@@ -60,13 +61,6 @@ def run(cls):
6061
"Intended Audience :: Developers",
6162
"License :: OSI Approved :: Apache Software License",
6263
"Programming Language :: Python",
63-
"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",
7064
"Programming Language :: Python :: 3.8",
7165
"Programming Language :: Python :: 3.9",
7266
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)