File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments