Bump action runtime to CPython 3.12

This commit is contained in:
Sviatoslav Sydorenko 2024-03-08 00:13:50 +01:00
parent 741947b9ca
commit 3a817c6dce
No known key found for this signature in database
GPG Key ID: 9345E8FEA89CA455
3 changed files with 6 additions and 8 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim FROM python:3.12-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"
@ -11,7 +11,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.11/site-packages" ENV PYTHONPATH "/root/.local/lib/python3.12/site-packages"
COPY requirements requirements COPY requirements requirements
RUN \ RUN \

View File

@ -1,8 +1,8 @@
# #
# This file is autogenerated by pip-compile with Python 3.11 # This file is autogenerated by pip-compile with Python 3.12
# by the following command: # by the following command:
# #
# pip-compile --allow-unsafe --output-file=requirements/runtime-prerequisites.txt --resolver=backtracking --strip-extras requirements/runtime-prerequisites.in # pip-compile --allow-unsafe --output-file=runtime-prerequisites.txt --resolver=backtracking --strip-extras runtime-prerequisites.in
# #
pip-with-requires-python==1.0.1 pip-with-requires-python==1.0.1
# via -r runtime-prerequisites.in # via -r runtime-prerequisites.in

View File

@ -1,5 +1,5 @@
# #
# This file is autogenerated by pip-compile with Python 3.11 # This file is autogenerated by pip-compile with Python 3.12
# by the following command: # by the following command:
# #
# pip-compile --allow-unsafe --output-file=runtime.txt --resolver=backtracking --strip-extras runtime.in # pip-compile --allow-unsafe --output-file=runtime.txt --resolver=backtracking --strip-extras runtime.in
@ -21,9 +21,7 @@ id==1.3.0
idna==3.6 idna==3.6
# via requests # via requests
importlib-metadata==7.0.2 importlib-metadata==7.0.2
# via # via twine
# keyring
# twine
jaraco-classes==3.3.1 jaraco-classes==3.3.1
# via keyring # via keyring
jeepney==0.8.0 jeepney==0.8.0