Fixes for Python 3.13 compatibility#487
Fixes for Python 3.13 compatibility#487Res260 merged 3 commits intoGoSecure:mainfrom exploide:python-3.13
Conversation
|
Hey, could you please modify
|
- changed deprecated import to typing.BinaryIO (which is backwards compatible) - fixed invalid escape sequence warnings by using raw-strings fixes #486
|
Thank you very much for taking care of this PR @Res260 !
Done, though I don't know why testing against 3.12 should be kept. But I did the change anyway.
Done, but I'm not sure if it will immediately succeed since the workflow does not run automatically. According to the migration guide changes might be required. Not sure if they are necessary here because the artifact is not named explicitly. |
…nger build on recent systems fixes #485
|
Indeed, it was necessary to update the Besides, it was necessary to update the dependency on Almost everything seems to work now. I'm not sure why the macOS build isn't running. |
Prior to this PR, pyrdp is not compatible with Python 3.13.
typing.BinaryIO(which is backwards compatible even with Python 3.7)fixes #486
@Res260 could you take a look?