Skip to content

📌 Bump main runtime to Python 3.13 🐍 #331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading