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.
python_requires
setup.py
1 parent 1828db3 commit 112c311Copy full SHA for 112c311
setup.py
@@ -67,7 +67,6 @@ def get_install_requirements(path):
67
'Intended Audience :: Developers',
68
'License :: OSI Approved :: Apache Software License',
69
'Programming Language :: Python',
70
- 'Programming Language :: Python :: 2.7',
71
'Programming Language :: Python :: 3',
72
'Topic :: Software Development :: Libraries :: Python Modules',
73
]
@@ -80,6 +79,7 @@ def get_install_requirements(path):
80
79
author='Confluent Inc',
81
author_email='support@confluent.io',
82
url='https://github.com/confluentinc/confluent-kafka-python',
+ python_requires='>=3.2',
83
ext_modules=[module],
84
packages=find_packages('src'),
85
package_dir={'': 'src'},
0 commit comments