laurent-laporte-pro / deprecated

Python @deprecated decorator to deprecate old python classes, functions or methods.
MIT License
307 stars 34 forks source link

Update class method deprecation warnings for Python 3.13 #73

Open mgorny opened 4 months ago

mgorny commented 4 months ago

Update the version range for modified deprecation warnings that was introduced in efb3e60623e1dda88c2725a93223d290924e8666, since Python 3.13 reverted the change originally introduced in 3.9 and is back to the old messages. This fixes tests with Python 3.13.

See also https://github.com/GrahamDumpleton/wrapt/pull/260.

glaubitz commented 3 months ago

I can confirm that this patch fixes the testsuite with Python 3.13.