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 ac340ef commit e2abf7dCopy full SHA for e2abf7d
setup.py
@@ -21,6 +21,7 @@
21
version=__version__,
22
package_dir={'': 'src'},
23
py_modules=['pa_ringbuffer'],
24
+ python_requires='>=2.6',
25
author='Matthias Geier',
26
author_email='[email protected]',
27
description="Python wrapper for PortAudio's ring buffer",
0 commit comments