You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/start/install.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,15 @@ If you want to create a development environment, see the [development page](../d
12
12
13
13
## Python version support
14
14
15
-
Cirq currently supports python 3.9 and later.
15
+
Cirq currently supports python 3.10 and later.
16
16
We follow numpy's schedule for python version support defined in [NEP 29](https://numpy.org/neps/nep-0029-deprecation_policy.html),
17
17
though we may deviate from that schedule by extending support for older python
18
18
versions if they are needed by [Colab](https://colab.research.google.com/)
19
19
or internal Google systems.
20
20
21
21
## Installing on Linux
22
22
23
-
0. Make sure you have python 3.9.0 or greater.
23
+
0. Make sure you have python 3.10.0 or greater.
24
24
25
25
See [Installing Python 3 on Linux](https://docs.python-guide.org/starting/install3/linux/) @ the hitchhiker's guide to python.
26
26
@@ -87,7 +87,7 @@ or internal Google systems.
87
87
88
88
## Installing on Mac OS X
89
89
90
-
0. Make sure you have python 3.9.0 or greater.
90
+
0. Make sure you have python 3.10.0 or greater.
91
91
92
92
See [Installing Python 3 on Mac OS X](https://docs.python-guide.org/starting/install3/osx/) @ the hitchhiker's guide to python.
93
93
@@ -154,7 +154,7 @@ or internal Google systems.
154
154
155
155
0. If you are using the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/about), use the [Linux install instructions](#installing-on-linux) instead of these instructions.
156
156
157
-
1. Make sure you have python 3.9.0 or greater.
157
+
1. Make sure you have python 3.10.0 or greater.
158
158
159
159
See [Installing Python 3 on Windows](https://docs.python-guide.org/starting/install3/win/) @ the hitchhiker's guide to python.
0 commit comments