JurgenR / aioslsk

SoulSeek client library using Python asyncio
GNU General Public License v3.0
17 stars 0 forks source link

Library: Support Python 3.13 #297

Open JurgenR opened 1 month ago

JurgenR commented 1 month ago

Python 3.13 release is a few months away.

There should be no expected breaking changes but hopefully the tests will tell. The only change that is interesting is the addition of the asyncio.Server.close_clients() and asyncio.Server.abort_clients() methods since there are issues with disconnecting the listening connections ( #281 )