File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ cp "${in_dir}/LICENSE" "${out_dir}/LICENSE"
8686cp " ${in_dir} /setup.py" " ${out_dir} /setup.py"
8787
8888# Substitute versions (failing via grep triggering -e if not present.)
89- grep " python_requires='>=3.5'" " ${out_dir} /setup.py" > /dev/null
90- sed -i " s/python_requires='>=3.5'/python_requires='==2.7.*'/" " ${out_dir} /setup.py"
89+ grep " python_requires='>=3.5.3 '" " ${out_dir} /setup.py" > /dev/null
90+ sed -i " s/python_requires='>=3.5.3 '/python_requires='==2.7.*'/" " ${out_dir} /setup.py"
9191
9292# Mark every file as using utf8 encoding.
9393files_to_update=$( find ${out_dir} | grep " \.py$" | grep -v " _pb2\.py$" )
Original file line number Diff line number Diff line change 4444 url = 'http://github.com/quantumlib/cirq' ,
4545 author = 'The Cirq Developers' ,
464647- python_requires = '>=3.5' ,
47+ python_requires = '>=3.5.3 ' ,
4848 install_requires = requirements ,
4949 license = 'Apache 2' ,
5050 description = description ,
You can’t perform that action at this time.
0 commit comments