matrix-org / sygnal

Sygnal: reference Push Gateway for Matrix
Apache License 2.0
153 stars 139 forks source link

Allow twisted versions >=23.10 #381

Closed devonh closed 1 month ago

devonh commented 1 month ago

Fixes #356

Fix done in synapse first: https://github.com/matrix-org/synapse/pull/16528 Follows a similar pattern to what twisted does internally for testing: https://github.com/twisted/twisted/blob/157cd8e659705940e895d321339d467e76ae9d0a/src/twisted/web/test/test_agent.py#L871-L874