2020 - uses : actions/checkout@v4
2121 - uses : actions/setup-python@v5
2222 with :
23- python-version : ' 3.9 '
23+ python-version : ' 3.10 '
2424 architecture : ' x64'
2525 - name : Misc
2626 run : check/misc
3131 - uses : actions/checkout@v4
3232 - uses : actions/setup-python@v5
3333 with :
34- python-version : ' 3.9 '
34+ python-version : ' 3.10 '
3535 architecture : ' x64'
3636 - name : Install dependencies
3737 run : pip install -r dev_tools/requirements/deps/packaging.txt
4646 fetch-depth : 0
4747 - uses : actions/setup-python@v5
4848 with :
49- python-version : ' 3.9 '
49+ python-version : ' 3.10 '
5050 architecture : ' x64'
5151 - name : Install dependencies
5252 run : pip install -r dev_tools/requirements/deps/format.txt
5959 - uses : actions/checkout@v4
6060 - uses : actions/setup-python@v5
6161 with :
62- python-version : ' 3.9 '
62+ python-version : ' 3.10 '
6363 architecture : ' x64'
6464 - name : Install mypy
6565 run : pip install -r dev_tools/requirements/mypy.env.txt
7474 fetch-depth : 0
7575 - uses : actions/setup-python@v5
7676 with :
77- python-version : ' 3.9 '
77+ python-version : ' 3.10 '
7878 architecture : ' x64'
7979 - name : Install changed files test dependencies
8080 run : dev_tools/conf/pip-install-minimal-for-pytest-changed-files.sh
8787 - uses : actions/checkout@v4
8888 - uses : actions/setup-python@v5
8989 with :
90- python-version : ' 3.9 '
90+ python-version : ' 3.10 '
9191 architecture : ' x64'
9292 - name : Install pylint
9393 run : pip install -r dev_tools/requirements/pylint.env.txt
@@ -102,7 +102,7 @@ jobs:
102102 - uses : actions/checkout@v4
103103 - uses : actions/setup-python@v5
104104 with :
105- python-version : ' 3.9 '
105+ python-version : ' 3.10 '
106106 architecture : ' x64'
107107 - name : Install requirements
108108 run : pip install -r dev_tools/requirements/dev.env.txt
@@ -117,7 +117,7 @@ jobs:
117117 - uses : actions/checkout@v4
118118 - uses : actions/setup-python@v5
119119 with :
120- python-version : ' 3.9 '
120+ python-version : ' 3.10 '
121121 architecture : ' x64'
122122 - name : Install requirements
123123 run : pip install -r dev_tools/requirements/deps/tensorflow-docs.txt
@@ -139,7 +139,7 @@ jobs:
139139 - uses : actions/checkout@v4
140140 - uses : actions/setup-python@v5
141141 with :
142- python-version : ' 3.9 '
142+ python-version : ' 3.10 '
143143 architecture : ' x64'
144144 - name : Install dependencies
145145 run : pip install -r dev_tools/requirements/isolated-base.env.txt
@@ -149,7 +149,7 @@ jobs:
149149 name : Pytest Ubuntu
150150 strategy :
151151 matrix :
152- python-version : [ '3.9', '3. 10', '3.11' ]
152+ python-version : [ '3.10', '3.11' ]
153153 runs-on : ubuntu-20.04
154154 steps :
155155 - uses : actions/checkout@v4
@@ -178,7 +178,7 @@ jobs:
178178 - uses : actions/checkout@v4
179179 - uses : actions/setup-python@v5
180180 with :
181- python-version : ' 3.9 '
181+ python-version : ' 3.10 '
182182 architecture : ' x64'
183183 - name : Install requirements
184184 run : pip install pip-tools
@@ -194,7 +194,7 @@ jobs:
194194 fetch-depth : 0
195195 - uses : actions/setup-python@v5
196196 with :
197- python-version : ' 3.9 '
197+ python-version : ' 3.10 '
198198 architecture : ' x64'
199199 - name : Install requirements
200200 run : |
@@ -210,7 +210,7 @@ jobs:
210210 fetch-depth : 0
211211 - uses : actions/setup-python@v5
212212 with :
213- python-version : ' 3.9 '
213+ python-version : ' 3.10 '
214214 architecture : ' x64'
215215 - uses : actions/cache@v4
216216 with :
@@ -234,7 +234,7 @@ jobs:
234234 name : Pytest Windows
235235 strategy :
236236 matrix :
237- python-version : [ '3.9', '3. 10', '3.11' ]
237+ python-version : [ '3.10', '3.11' ]
238238 runs-on : windows-2019
239239 steps :
240240 - uses : actions/checkout@v4
@@ -259,7 +259,7 @@ jobs:
259259 name : Pytest MacOS
260260 strategy :
261261 matrix :
262- python-version : [ '3.9', '3. 10', '3.11' ]
262+ python-version : [ '3.10', '3.11' ]
263263 runs-on : macos-latest
264264 steps :
265265 - uses : actions/checkout@v4
@@ -292,7 +292,7 @@ jobs:
292292 fetch-depth : 0
293293 - uses : actions/setup-python@v5
294294 with :
295- python-version : ' 3.9 '
295+ python-version : ' 3.10 '
296296 architecture : ' x64'
297297 - name : Install requirements
298298 run : pip install -r dev_tools/requirements/isolated-base.env.txt
@@ -310,7 +310,7 @@ jobs:
310310 - uses : actions/checkout@v4
311311 - uses : actions/setup-python@v5
312312 with :
313- python-version : ' 3.9 '
313+ python-version : ' 3.10 '
314314 architecture : ' x64'
315315 - name : Install requirements
316316 run : pip install -r dev_tools/requirements/notebooks.env.txt
0 commit comments