File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 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
22
33LABEL "maintainer" "Sviatoslav Sydorenko <wk+pypa@sydorenko.org.ua>"
44LABEL "repository" "https://github.com/pypa/gh-action-pypi-publish"
@@ -12,7 +12,7 @@ ENV PIP_NO_CACHE_DIR 1
1212ENV PIP_ROOT_USER_ACTION ignore
1313
1414ENV 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"
1616
1717COPY requirements requirements
1818RUN \
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.12
2+ # This file is autogenerated by pip-compile with Python 3.13
33# by the following command:
44#
55# 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
147147 # via
148148 # pydantic
149149 # pydantic-core
150- # pyopenssl
151150urllib3==2.3.0
152151 # via
153152 # requests
You can’t perform that action at this time.
0 commit comments