📌 Bump main runtime to Python 3.13 🐍

This commit is contained in:
Sviatoslav Sydorenko 2025-01-24 04:56:01 +01:00
parent 76f52bc884
commit eb1f8af093
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 9345E8FEA89CA455
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.12-slim FROM python:3.13-slim
LABEL "maintainer" "Sviatoslav Sydorenko <wk+pypa@sydorenko.org.ua>" LABEL "maintainer" "Sviatoslav Sydorenko <wk+pypa@sydorenko.org.ua>"
LABEL "repository" "https://github.com/pypa/gh-action-pypi-publish" LABEL "repository" "https://github.com/pypa/gh-action-pypi-publish"
@ -12,7 +12,7 @@ ENV PIP_NO_CACHE_DIR 1
ENV PIP_ROOT_USER_ACTION ignore ENV PIP_ROOT_USER_ACTION ignore
ENV PATH "/root/.local/bin:${PATH}" ENV PATH "/root/.local/bin:${PATH}"
ENV PYTHONPATH "/root/.local/lib/python3.12/site-packages" ENV PYTHONPATH "/root/.local/lib/python3.13/site-packages"
COPY requirements requirements COPY requirements requirements
RUN \ RUN \

View file

@ -1,5 +1,5 @@
# #
# This file is autogenerated by pip-compile with Python 3.12 # This file is autogenerated by pip-compile with Python 3.13
# by the following command: # by the following command:
# #
# pip-compile --allow-unsafe --config=../.pip-tools.toml --output-file=runtime.txt --strip-extras runtime.in # 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
# via # via
# pydantic # pydantic
# pydantic-core # pydantic-core
# pyopenssl
urllib3==2.3.0 urllib3==2.3.0
# via # via
# requests # requests