File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.12 -slim
1
+ FROM python:3.13 -slim
2
2
3
3
LABEL "maintainer" "Sviatoslav Sydorenko <[email protected] >"
4
4
LABEL "repository" "https://github.com/pypa/gh-action-pypi-publish"
@@ -12,7 +12,7 @@ ENV PIP_NO_CACHE_DIR 1
12
12
ENV PIP_ROOT_USER_ACTION ignore
13
13
14
14
ENV PATH "/root/.local/bin:${PATH}"
15
- ENV PYTHONPATH "/root/.local/lib/python3.12 /site-packages"
15
+ ENV PYTHONPATH "/root/.local/lib/python3.13 /site-packages"
16
16
17
17
COPY requirements requirements
18
18
RUN \
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.12
2
+ # This file is autogenerated by pip-compile with Python 3.13
3
3
# by the following command:
4
4
#
5
5
# pip-compile --allow-unsafe --config=../.pip-tools.toml --output-file=runtime.txt --strip-extras runtime.in
@@ -147,7 +147,6 @@ typing-extensions==4.12.2
147
147
# via
148
148
# pydantic
149
149
# pydantic-core
150
- # pyopenssl
151
150
urllib3==2.3.0
152
151
# via
153
152
# requests
You can’t perform that action at this time.
0 commit comments