Skip to content

Conversation

@Mantisus
Copy link
Collaborator

@Mantisus Mantisus commented Nov 13, 2025

Description

  • Add support for Python 3.14

At this stage, it is not possible to provide PostgreSQL support for SqlStorageClient on Python 3.14, as asyncpg does not yet support Python 3.14.

Testing

  • Some tests for Redis are limited because fakeredis does not yet support Python 3.14, which causes problems for Windows.
  • Updated the test_memory_estimation_does_not_overestimate_due_to_shared_memory test to use multiprocessing.get_context('fork') due to the update of multiprocessing.Process in Python 3.14/

@Mantisus Mantisus force-pushed the python-3.14-up-test branch from 292822b to 5069045 Compare November 13, 2025 16:49
@Mantisus Mantisus marked this pull request as ready for review November 13, 2025 21:52
@Mantisus Mantisus requested review from Pijukatel and vdusek November 13, 2025 21:52
@Mantisus Mantisus self-assigned this Nov 13, 2025
Copy link
Collaborator

@vdusek vdusek left a comment

Choose a reason for hiding this comment

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

LGTM

@Pijukatel Pijukatel merged commit 89e9130 into apify:master Nov 14, 2025
43 of 44 checks passed
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.

3 participants