Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.
10 changes: 10 additions & 0 deletions docs/readme.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
A Python library for Juju
=========================

.. warning::

**python-libjuju is deprecated.**

Charms should migrate to `Jubilant <https://github.com/canonical/jubilant>`_, Canonical's recommended library for Juju integration tests.
See `How to migrate integration tests from pytest-operator <https://canonical.com/juju/docs/ops/latest/howto/migrate/migrate-integration-tests-from-pytest-operator/>`_.

Source code: https://github.com/juju/python-libjuju

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
------------
Expand Down
Loading