Skip to content

Commit eb1f8af

Browse files
committed
📌 Bump main runtime to Python 3.13 🐍
1 parent 76f52bc commit eb1f8af

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim
1+
FROM python:3.13-slim
22

33
LABEL "maintainer" "Sviatoslav Sydorenko <[email protected]>"
44
LABEL "repository" "https://github.com/pypa/gh-action-pypi-publish"
@@ -12,7 +12,7 @@ ENV PIP_NO_CACHE_DIR 1
1212
ENV PIP_ROOT_USER_ACTION ignore
1313

1414
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"
1616

1717
COPY requirements requirements
1818
RUN \

requirements/runtime.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
151150
urllib3==2.3.0
152151
# via
153152
# requests

0 commit comments

Comments
 (0)