closeio / socketshark

A WebSocket message router based on Python/Redis/asyncio
MIT License
116 stars 11 forks source link

Run tests on Python 3.11 in CI #209

Closed neob91-close closed 1 month ago

neob91-close commented 1 month ago

The most recent hiredis release does not support Python 3.12 yet.

This PR updates the requirements that are used to run tests for socketshark. The requirements are all pinned, and installed without dependencies for deterministic and consistent runs.