Skip to content

Commit 081fbd5

Browse files
committed
use setup(..., python_requires='>=3.6'), closes #179
1 parent a38c7a0 commit 081fbd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def get_version_and_cmdclass(package_name):
4848
name='adaptive',
4949
description='Adaptive parallel sampling of mathematical functions',
5050
version=version,
51+
python_requires='>=3.6',
5152
url='https://adaptive.readthedocs.io/',
5253
author='Adaptive authors',
5354
license='BSD',

0 commit comments

Comments
 (0)