Skip to content

Commit

Permalink
Merge pull request #331 from webknjaz/maintenance/runtime-python3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Jan 24, 2025
2 parents 76f52bc + eb1f8af commit 5de0150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.13-slim

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

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
RUN \
Expand Down
3 changes: 1 addition & 2 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
@@ -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:
#
# pip-compile --allow-unsafe --config=../.pip-tools.toml --output-file=runtime.txt --strip-extras runtime.in
Expand Down Expand Up @@ -147,7 +147,6 @@ typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
# pyopenssl
urllib3==2.3.0
# via
# requests
Expand Down

0 comments on commit 5de0150

Please sign in to comment.