Skip to content

Commit 3a817c6

Browse files
committed
Bump action runtime to CPython 3.12
1 parent 741947b commit 3a817c6

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

Dockerfile

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

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

1313
ENV PATH "/root/.local/bin:${PATH}"
14-
ENV PYTHONPATH "/root/.local/lib/python3.11/site-packages"
14+
ENV PYTHONPATH "/root/.local/lib/python3.12/site-packages"
1515

1616
COPY requirements requirements
1717
RUN \

requirements/runtime-prerequisites.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --output-file=requirements/runtime-prerequisites.txt --resolver=backtracking --strip-extras requirements/runtime-prerequisites.in
5+
# pip-compile --allow-unsafe --output-file=runtime-prerequisites.txt --resolver=backtracking --strip-extras runtime-prerequisites.in
66
#
77
pip-with-requires-python==1.0.1
88
# via -r runtime-prerequisites.in

requirements/runtime.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --output-file=runtime.txt --resolver=backtracking --strip-extras runtime.in
@@ -21,9 +21,7 @@ id==1.3.0
2121
idna==3.6
2222
# via requests
2323
importlib-metadata==7.0.2
24-
# via
25-
# keyring
26-
# twine
24+
# via twine
2725
jaraco-classes==3.3.1
2826
# via keyring
2927
jeepney==0.8.0

0 commit comments

Comments
 (0)