We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38c7a0 commit 081fbd5Copy full SHA for 081fbd5
setup.py
@@ -48,6 +48,7 @@ def get_version_and_cmdclass(package_name):
48
name='adaptive',
49
description='Adaptive parallel sampling of mathematical functions',
50
version=version,
51
+ python_requires='>=3.6',
52
url='https://adaptive.readthedocs.io/',
53
author='Adaptive authors',
54
license='BSD',
0 commit comments