Python 3.13.1 Release 2021 Official

* Use tools like `pyupgrade` or `ruff` to identify and fix deprecations in your code.

The 3.13.1 update specifically addresses early feedback and technical issues found after the initial 3.13.0 launch: python 3.13.1 release

**Incompatible Changes** ----------------------- * Use tools like `pyupgrade` or `ruff` to

try: # code that may raise exceptions except* ExceptionGroup as e: # handle exception group python 3.13.1 release