Skip to content

Conversation

@dec0dedd
Copy link

Remove deprecated functions and update dependencies for Python 3.13 compatibility.

Related: #582

Copy link
Member

@Iteron-dev Iteron-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


# The stage below is independent of base and can be built in parallel to optimize build time.
FROM python:3.11-slim AS development-sandboxes
FROM python:3.13 AS development-sandboxes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reason why we don’t want the slim version?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The following dependencies do not officially support python 3.13 in the currently pinned versions (although there are newer versions that do support it):

While oioioi might work with the older versions, updating them wouldn’t hurt (as long as it doesn’t blow up the whole oioioi :D).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants