File tree 3 files changed +6
-8
lines changed
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
2
2
3
3
LABEL "maintainer" "Sviatoslav Sydorenko <[email protected] >"
4
4
LABEL "repository" "https://github.com/pypa/gh-action-pypi-publish"
@@ -11,7 +11,7 @@ ENV PIP_NO_CACHE_DIR 1
11
11
ENV PIP_ROOT_USER_ACTION ignore
12
12
13
13
ENV 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"
15
15
16
16
COPY requirements requirements
17
17
RUN \
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.11
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
3
# by the following command:
4
4
#
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
6
6
#
7
7
pip-with-requires-python==1.0.1
8
8
# via -r runtime-prerequisites.in
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.11
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
3
# by the following command:
4
4
#
5
5
# pip-compile --allow-unsafe --output-file=runtime.txt --resolver=backtracking --strip-extras runtime.in
@@ -21,9 +21,7 @@ id==1.3.0
21
21
idna==3.6
22
22
# via requests
23
23
importlib-metadata==7.0.2
24
- # via
25
- # keyring
26
- # twine
24
+ # via twine
27
25
jaraco-classes==3.3.1
28
26
# via keyring
29
27
jeepney==0.8.0
You can’t perform that action at this time.
0 commit comments