Skip to content

Commit 025be66

Browse files
committed
Update dev guide to reflect Python versions we test against
1 parent 1c3d680 commit 025be66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/developer_guide/working_practises.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,13 +493,13 @@ computational cost (so that we 'fail fast'):
493493
3. All links within the Sphinx documentation (rst files) are checked (see
494494
note below);
495495

496-
4. All of the examples are tested (for Python versions 3.10 and 3.13)
496+
4. All of the examples are tested (for Python versions 3.9 and 3.14)
497497
using the ``Makefile`` in the ``examples`` directory. No compilation is
498498
performed; only the ``transform`` (performs the PSyclone transformations)
499499
and ``notebook`` (runs the various Jupyter notebooks) targets are used.
500500
The ``transform`` target is run 2-way parallel (``-j 2``).
501501

502-
5. The full test suite is run for Python versions 3.10 and 3.13 but
502+
5. The full test suite is run for Python versions 3.9 and 3.14 but
503503
without the compilation checks. ``pytest`` is passed the ``-n auto`` flag
504504
so that it will run the tests in parallel on as many cores as are
505505
available (currently 2 on GHA instances).

0 commit comments

Comments
 (0)