Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/src/developers_guide/contributing_ci_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
Continuous Integration (CI) Testing
===================================

.. note:: Iris is currently supported and tested against |python_support|
running on Linux. We do not currently actively test on other
platforms such as Windows or macOS.

The `Iris`_ GitHub repository is configured to run checks against all its
branches automatically whenever a pull-request is created, updated or merged.
The checks performed are:
Expand Down
4 changes: 3 additions & 1 deletion docs/src/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ any WSL_ distributions.

.. _WSL: https://docs.microsoft.com/en-us/windows/wsl/install-win10

.. note:: Iris is currently supported and tested against |python_support|.
.. note:: Iris is currently supported and tested against |python_support|
running on Linux. We do not currently actively test on other
platforms such as Windows or macOS.

.. note:: This documentation was built using Python |python_version|.

Expand Down