Also, migrate to use "implicit namespace packages" (PEP 420) for all people who install the theme alongside a Python package that also uses the crate namespace. Otherwise, your Python may trip when importing packages.
ModuleNotFoundError: No module named 'crate.client'
About
Verify support for Python 3.13.
Problem
Also, migrate to use "implicit namespace packages" (PEP 420) for all people who install the theme alongside a Python package that also uses the
crate
namespace. Otherwise, your Python may trip when importing packages.See also Package Discovery and Namespace Package » Finding namespace packages.