crate / crate-docs-theme

A Sphinx theme for the CrateDB documentation.
https://crate-docs-theme.readthedocs.io/
Apache License 2.0
20 stars 5 forks source link

Python: Use Python 3.13 on CI #545

Closed amotl closed 2 weeks ago

amotl commented 3 weeks ago

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.

ModuleNotFoundError: No module named 'crate.client'

See also Package Discovery and Namespace Package » Finding namespace packages.