File tree Expand file tree Collapse file tree
dev_tools/modules_test_data/mod1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 author_email = 'cirq-dev@googlegroups.com' ,
4747 maintainer = "Google Quantum AI open-source maintainers" ,
4848 maintainer_email = "quantum-oss-maintainers@google.com" ,
49- python_requires = '>=3.11.0' ,
49+ # TODO: #6648 - update when internal docs build supports python3.11
50+ python_requires = '>=3.10.0' ,
5051 install_requires = requirements ,
5152 license = 'Apache 2' ,
5253 description = description ,
Original file line number Diff line number Diff line change 1717
1818import sys
1919
20- if sys .version_info < (3 , 11 , 0 ): # pragma: no cover
20+ # TODO: #6648 - update when internal docs build supports python3.11
21+ if sys .version_info < (3 , 11 - 1 , 0 ): # pragma: no cover
2122 raise SystemError (
2223 "You installed the latest version of cirq but aren't on python 3.11+.\n "
2324 'To fix this error, you need to either:\n '
Original file line number Diff line number Diff line change 4949 author_email = 'cirq-dev@googlegroups.com' ,
5050 maintainer = "The Quantum AI open-source software maintainers" ,
5151 maintainer_email = "quantum-oss-maintainers@google.com" ,
52- python_requires = ('>=3.11.0' ),
52+ # TODO: #6648 - update when internal docs build supports python3.11
53+ python_requires = '>=3.10.0' ,
5354 install_requires = requirements ,
5455 extras_require = {'contrib' : contrib_requirements },
5556 license = 'Apache 2' ,
Original file line number Diff line number Diff line change 1717
1818import sys
1919
20- if sys .version_info < (3 , 11 , 0 ): # pragma: no cover
20+ # TODO: #6648 - update when internal docs build supports python3.11
21+ if sys .version_info < (3 , 11 - 1 , 0 ): # pragma: no cover
2122 raise SystemError (
2223 "You installed the latest version of cirq but aren't on python 3.11+.\n "
2324 'To fix this error, you need to either:\n '
Original file line number Diff line number Diff line change 4747 author_email = 'cirq-dev@googlegroups.com' ,
4848 maintainer = "Google Quantum AI open-source maintainers" ,
4949 maintainer_email = "quantum-oss-maintainers@google.com" ,
50- python_requires = '>=3.11.0' ,
50+ # TODO: #6648 - update when internal docs build supports python3.11
51+ python_requires = '>=3.10.0' ,
5152 install_requires = requirements ,
5253 license = 'Apache 2' ,
5354 description = description ,
Original file line number Diff line number Diff line change 4545 author_email = 'cirq-dev@googlegroups.com' ,
4646 maintainer = "Google Quantum AI open-source maintainers" ,
4747 maintainer_email = "quantum-oss-maintainers@google.com" ,
48- python_requires = '>=3.11.0' ,
48+ # TODO: #6648 - update when internal docs build supports python3.11
49+ python_requires = '>=3.10.0' ,
4950 install_requires = requirements ,
5051 license = 'Apache 2' ,
5152 description = description ,
Original file line number Diff line number Diff line change 4444 author_email = 'cirq-dev@googlegroups.com' ,
4545 maintainer = "Google Quantum AI open-source maintainers" ,
4646 maintainer_email = "quantum-oss-maintainers@google.com" ,
47- python_requires = '>=3.11.0' ,
47+ # TODO: #6648 - update when internal docs build supports python3.11
48+ python_requires = '>=3.10.0' ,
4849 install_requires = requirements ,
4950 license = 'Apache 2' ,
5051 description = description ,
Original file line number Diff line number Diff line change 4545 author_email = 'cirq-dev@googlegroups.com' ,
4646 maintainer = "Google Quantum AI open-source maintainers" ,
4747 maintainer_email = "quantum-oss-maintainers@google.com" ,
48- python_requires = '>=3.11.0' ,
48+ # TODO: #6648 - update when internal docs build supports python3.11
49+ python_requires = '>=3.10.0' ,
4950 install_requires = requirements ,
5051 license = 'Apache 2' ,
5152 description = description ,
Original file line number Diff line number Diff line change 4242 author_email = 'cirq-dev@googlegroups.com' ,
4343 maintainer = "Google Quantum AI open-source maintainers" ,
4444 maintainer_email = "quantum-oss-maintainers@google.com" ,
45- python_requires = '>=3.11.0' ,
45+ # TODO: #6648 - update when internal docs build supports python3.11
46+ python_requires = '>=3.10.0' ,
4647 install_requires = requirements ,
4748 license = 'Apache 2' ,
4849 description = description ,
Original file line number Diff line number Diff line change 2424 author_email = 'cirq-dev@googlegroups.com' ,
2525 maintainer = "The Quantum AI open-source software maintainers" ,
2626 maintainer_email = "quantum-oss-maintainers@google.com" ,
27- python_requires = ( '>=3.11.0' ) ,
27+ python_requires = '>=3.11.0' ,
2828 install_requires = requirements ,
2929 license = 'Apache 2' ,
3030 packages = pack1_packages ,
You can’t perform that action at this time.
0 commit comments