File tree Expand file tree Collapse file tree 11 files changed +21
-11
lines changed
dev_tools/modules_test_data/mod1 Expand file tree Collapse file tree 11 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 46
46
author_email = 'cirq-dev@googlegroups.com' ,
47
47
maintainer = "Google Quantum AI open-source maintainers" ,
48
48
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' ,
50
51
install_requires = requirements ,
51
52
license = 'Apache 2' ,
52
53
description = description ,
Original file line number Diff line number Diff line change 17
17
18
18
import sys
19
19
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
21
22
raise SystemError (
22
23
"You installed the latest version of cirq but aren't on python 3.11+.\n "
23
24
'To fix this error, you need to either:\n '
Original file line number Diff line number Diff line change 49
49
author_email = 'cirq-dev@googlegroups.com' ,
50
50
maintainer = "The Quantum AI open-source software maintainers" ,
51
51
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' ,
53
54
install_requires = requirements ,
54
55
extras_require = {'contrib' : contrib_requirements },
55
56
license = 'Apache 2' ,
Original file line number Diff line number Diff line change 17
17
18
18
import sys
19
19
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
21
22
raise SystemError (
22
23
"You installed the latest version of cirq but aren't on python 3.11+.\n "
23
24
'To fix this error, you need to either:\n '
Original file line number Diff line number Diff line change 47
47
author_email = 'cirq-dev@googlegroups.com' ,
48
48
maintainer = "Google Quantum AI open-source maintainers" ,
49
49
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' ,
51
52
install_requires = requirements ,
52
53
license = 'Apache 2' ,
53
54
description = description ,
Original file line number Diff line number Diff line change 45
45
author_email = 'cirq-dev@googlegroups.com' ,
46
46
maintainer = "Google Quantum AI open-source maintainers" ,
47
47
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' ,
49
50
install_requires = requirements ,
50
51
license = 'Apache 2' ,
51
52
description = description ,
Original file line number Diff line number Diff line change 44
44
author_email = 'cirq-dev@googlegroups.com' ,
45
45
maintainer = "Google Quantum AI open-source maintainers" ,
46
46
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' ,
48
49
install_requires = requirements ,
49
50
license = 'Apache 2' ,
50
51
description = description ,
Original file line number Diff line number Diff line change 45
45
author_email = 'cirq-dev@googlegroups.com' ,
46
46
maintainer = "Google Quantum AI open-source maintainers" ,
47
47
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' ,
49
50
install_requires = requirements ,
50
51
license = 'Apache 2' ,
51
52
description = description ,
Original file line number Diff line number Diff line change 42
42
author_email = 'cirq-dev@googlegroups.com' ,
43
43
maintainer = "Google Quantum AI open-source maintainers" ,
44
44
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' ,
46
47
install_requires = requirements ,
47
48
license = 'Apache 2' ,
48
49
description = description ,
Original file line number Diff line number Diff line change 24
24
author_email = 'cirq-dev@googlegroups.com' ,
25
25
maintainer = "The Quantum AI open-source software maintainers" ,
26
26
maintainer_email = "quantum-oss-maintainers@google.com" ,
27
- python_requires = ( '>=3.11.0' ) ,
27
+ python_requires = '>=3.11.0' ,
28
28
install_requires = requirements ,
29
29
license = 'Apache 2' ,
30
30
packages = pack1_packages ,
You can’t perform that action at this time.
0 commit comments