File tree 6 files changed +208
-194
lines changed
6 files changed +208
-194
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16
- digest : sha256:7a40313731a7cb1454eef6b33d3446ebb121836738dc3ab3d2d3ded5268c35b6
16
+ digest : sha256:3abfa0f1886adaf0b83f07cb117b24a639ea1cb9cffe56d43280b977033563eb
Original file line number Diff line number Diff line change @@ -60,16 +60,16 @@ RUN apt-get update \
60
60
&& rm -rf /var/lib/apt/lists/* \
61
61
&& rm -f /var/cache/apt/archives/*.deb
62
62
63
- # ##################### Install python 3.8.11
63
+ # ##################### Install python 3.9.13
64
64
65
- # Download python 3.8.11
66
- RUN wget https://www.python.org/ftp/python/3.8.11 /Python-3.8.11 .tgz
65
+ # Download python 3.9.13
66
+ RUN wget https://www.python.org/ftp/python/3.9.13 /Python-3.9.13 .tgz
67
67
68
68
# Extract files
69
- RUN tar -xvf Python-3.8.11 .tgz
69
+ RUN tar -xvf Python-3.9.13 .tgz
70
70
71
- # Install python 3.8.11
72
- RUN ./Python-3.8.11 /configure --enable-optimizations
71
+ # Install python 3.9.13
72
+ RUN ./Python-3.9.13 /configure --enable-optimizations
73
73
RUN make altinstall
74
74
75
75
# ##################### Install pip
Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ typing-extensions
5
5
twine
6
6
wheel
7
7
setuptools
8
- nox
8
+ nox
9
+ charset-normalizer<3
10
+ click<8.1.0
You can’t perform that action at this time.
0 commit comments