File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.11 -slim
1+ FROM python:3.12 -slim
22
33LABEL "maintainer" "Sviatoslav Sydorenko <wk+pypa@sydorenko.org.ua>"
44LABEL "repository" "https://github.com/pypa/gh-action-pypi-publish"
@@ -11,7 +11,7 @@ ENV PIP_NO_CACHE_DIR 1
1111ENV PIP_ROOT_USER_ACTION ignore
1212
1313ENV PATH "/root/.local/bin:${PATH}"
14- ENV PYTHONPATH "/root/.local/lib/python3.11 /site-packages"
14+ ENV PYTHONPATH "/root/.local/lib/python3.12 /site-packages"
1515
1616COPY requirements requirements
1717RUN \
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
5- # pip-compile --allow-unsafe --output-file=requirements/ runtime-prerequisites.txt --resolver=backtracking --strip-extras requirements/ runtime-prerequisites.in
5+ # pip-compile --allow-unsafe --output-file=runtime-prerequisites.txt --resolver=backtracking --strip-extras runtime-prerequisites.in
66#
77pip-with-requires-python==1.0.1
88 # via -r runtime-prerequisites.in
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
55# pip-compile --allow-unsafe --output-file=runtime.txt --resolver=backtracking --strip-extras runtime.in
@@ -21,9 +21,7 @@ id==1.3.0
2121idna==3.6
2222 # via requests
2323importlib-metadata==7.0.2
24- # via
25- # keyring
26- # twine
24+ # via twine
2725jaraco-classes==3.3.1
2826 # via keyring
2927jeepney==0.8.0
You can’t perform that action at this time.
0 commit comments