Skip to content

Commit

Permalink
Remove support for EOL'ed versions of Python (#160)
Browse files Browse the repository at this point in the history
* Remove support for EOL'ed versions of Python

* Update setup.py
  • Loading branch information
wbarnha authored Mar 9, 2024
1 parent e762321 commit 00750aa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def run(cls):

setup(
name="kafka-python-ng",
python_requires=">=3.8",
use_scm_version=True,
setup_requires=["setuptools_scm"],
tests_require=test_require,
Expand Down Expand Up @@ -60,13 +61,6 @@ def run(cls):
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 00750aa

Please sign in to comment.