mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2025-01-28 16:49:46 -05:00
📌 Bump main runtime to Python 3.13 🐍
This commit is contained in:
parent
76f52bc884
commit
eb1f8af093
2 changed files with 3 additions and 4 deletions
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue