diff --git a/docs/readme.rst b/docs/readme.rst index 3c656779..fa2e7845 100644 --- a/docs/readme.rst +++ b/docs/readme.rst @@ -1,6 +1,13 @@ A Python library for Juju ========================= +.. warning:: + + **python-libjuju is deprecated.** + + Charms should migrate to `Jubilant `_, Canonical's recommended library for Juju integration tests. + See `How to migrate integration tests from pytest-operator `_. + Source code: https://github.com/juju/python-libjuju Bug reports: https://github.com/juju/python-libjuju/issues @@ -8,8 +15,11 @@ Bug reports: https://github.com/juju/python-libjuju/issues Documentation: https://pythonlibjuju.readthedocs.io/en/latest/ Supported Python versions: 3.8 through 3.13 + Supported Juju versions: 3.1 through 3.6 +Newest supported Ubuntu base: 24.04 LTS + Design Notes ------------