You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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/
---------
Co-authored-by: Vlada Dusek <[email protected]>
0 commit comments