BasicSR icon indicating copy to clipboard operation
BasicSR copied to clipboard

Fix Python 3.13 compatibility

Open Disty0 opened this issue 8 months ago • 0 comments

Fixes Python 3.13 compatibility. Closes https://github.com/XPixelGroup/BasicSR/issues/725

exec doesn't update locals with Python 3.13.
This PR parses the version file as a text instead of running exec.

BasicSR cannot be installed with Python 3.13 without this PR.

Disty0 avatar Jun 11 '25 11:06 Disty0