Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit 09181e6

Browse files
committed
bymp python version to 3.7
1 parent e9cf190 commit 09181e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
url='http://github.com/google/TensorNetwork',
3838
author='The TensorNetwork Developers',
3939
author_email='[email protected]',
40-
python_requires=('>=3.6.0'),
40+
python_requires=('>=3.7.0'),
4141
install_requires=requirements,
4242
license='Apache 2.0',
4343
description=description,

0 commit comments

Comments
 (0)