Python 3.13 Release Notes
Python 3.13 introduces a new exception handling mechanism that provides more detailed and informative error messages. The new except* syntax allows for more precise exception handling, making it easier to write robust and error-free code.
The sysconfig module has been deprecated in Python 3.13. Users should use the sys module instead. python 3.13 release notes