forked from quantumlib/Cirq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for python 3.6 (quantumlib#5373)
This is a step toward following the numpy python support schedule (quantumlib#3347). Note that according to the schedule we should be at 3.8+, but we cannot yet drop support for 3.7 since colab is still at 3.7.13.
- Loading branch information
Showing
20 changed files
with
22 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ | |
url='http://github.com/quantumlib/cirq', | ||
author='The Cirq Developers', | ||
author_email='[email protected]', | ||
python_requires=('>=3.6.0'), | ||
python_requires=('>=3.7.0'), | ||
install_requires=requirements, | ||
license='Apache 2', | ||
description=description, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ | |
url='http://github.com/quantumlib/cirq', | ||
author='The Cirq Developers', | ||
author_email='[email protected]', | ||
python_requires=('>=3.6.0'), | ||
python_requires=('>=3.7.0'), | ||
install_requires=requirements, | ||
extras_require={'contrib': contrib_requirements}, | ||
license='Apache 2', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ | |
url='http://github.com/quantumlib/cirq', | ||
author='The Cirq Developers', | ||
author_email='[email protected]', | ||
python_requires=('>=3.6.0'), | ||
python_requires=('>=3.7.0'), | ||
install_requires=requirements, | ||
license='Apache 2', | ||
description=description, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ | |
url='http://github.com/quantumlib/cirq', | ||
author='The Cirq Developers', | ||
author_email='[email protected]', | ||
python_requires=('>=3.6.0'), | ||
python_requires=('>=3.7.0'), | ||
install_requires=requirements, | ||
license='Apache 2', | ||
description=description, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ | |
url='http://github.com/quantumlib/cirq', | ||
author='The Cirq Developers', | ||
author_email='[email protected]', | ||
python_requires='>=3.6.0', | ||
python_requires='>=3.7.0', | ||
install_requires=requirements, | ||
license='Apache 2', | ||
description=description, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ | |
url='http://github.com/quantumlib/cirq', | ||
author='The Cirq Developers', | ||
author_email='[email protected]', | ||
python_requires=('>=3.6.0'), | ||
python_requires=('>=3.7.0'), | ||
install_requires=requirements, | ||
license='Apache 2', | ||
description=description, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ def test_modules(): | |
'url': 'http://github.com/quantumlib/cirq', | ||
'author': 'The Cirq Developers', | ||
'author_email': '[email protected]', | ||
'python_requires': '>=3.6.0', | ||
'python_requires': '>=3.7.0', | ||
'install_requires': ['req1', 'req2'], | ||
'license': 'Apache 2', | ||
'packages': ['pack1', 'pack1.sub'], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
url='http://github.com/quantumlib/cirq', | ||
author='The Cirq Developers', | ||
author_email='[email protected]', | ||
python_requires=('>=3.6.0'), | ||
python_requires=('>=3.7.0'), | ||
install_requires=requirements, | ||
license='Apache 2', | ||
packages=pack1_packages, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[tool.black] | ||
line-length = 100 | ||
target_version = ['py36', 'py37', 'py38'] | ||
target_version = ['py37', 'py38', 'py39'] | ||
skip-string-normalization = true | ||
skip-magic-trailing-comma = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ | |
url='http://github.com/quantumlib/cirq', | ||
author='The Cirq Developers', | ||
author_email='[email protected]', | ||
python_requires='>=3.6.0', | ||
python_requires='>=3.7.0', | ||
install_requires=requirements, | ||
extras_require={'dev_env': dev_requirements}, | ||
license='Apache 2', | ||
|