Bump action runtime to CPython 3.12

This commit is contained in:
Sviatoslav Sydorenko
2024-03-08 00:15:38 +01:00
parent 741947b9ca
commit 3a817c6dce
3 changed files with 6 additions and 8 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM python:3.11-slim FROM python:3.12-slim
LABEL "maintainer" "Sviatoslav Sydorenko <[email protected]>" LABEL "maintainer" "Sviatoslav Sydorenko <[email protected]>"
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 \
+2 -2
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
+2 -4
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