File tree Expand file tree Collapse file tree 4 files changed +23
-8
lines changed Expand file tree Collapse file tree 4 files changed +23
-8
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,22 @@ concurrency:
18
18
19
19
jobs :
20
20
test_conda_install :
21
+ # Workflow is currently broken
22
+ # https://github.com/cylc/cylc-doc/pull/788#issuecomment-2573610197
23
+ if : false
21
24
runs-on : ubuntu-latest
22
25
timeout-minutes : 30
23
26
strategy :
24
27
matrix :
25
- python : [3.7, 3.8, 3.9 ]
28
+ python : ['3.9' ]
26
29
steps :
27
30
- name : checkout cylc-doc
28
31
uses : actions/checkout@v5
29
32
30
33
- name : configure python
31
34
uses : actions/setup-python@v5
32
35
with :
33
- python-version : ' 3.9 '
36
+ python-version : ${{ matrix.python }}
34
37
35
38
- name : install setuptools
36
39
run : |
Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ name: test
2
2
3
3
on :
4
4
push :
5
- branches : [master]
5
+ branches :
6
+ - master
7
+ - ' 8.*.x'
6
8
pull_request :
7
9
workflow_dispatch :
8
10
inputs :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Via Conda (recommended)
18
18
.. admonition :: Supported Python versions
19
19
20
20
* cylc-flow supports Python 3.8+.
21
- * cylc-uiserver currently only supports Python 3.8-3.9 .
21
+ * cylc-uiserver supports Python 3.9+ .
22
22
23
23
.. tip ::
24
24
@@ -49,7 +49,7 @@ Via Pip (+npm)
49
49
.. admonition :: Supported Python versions
50
50
51
51
* cylc-flow supports Python 3.7+.
52
- * cylc-uiserver currently only supports Python 3.8-3.9 .
52
+ * cylc-uiserver supports Python 3.9+ .
53
53
54
54
.. important ::
55
55
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ For more detail see the component changelogs:
22
22
23
23
----------
24
24
25
- Cylc 8.5
26
- --------
27
-
28
25
.. TODO: Modify these URL's and uncomment this block before release
29
26
30
27
.. admonition:: Cylc Components
@@ -36,6 +33,19 @@ Cylc 8.5
36
33
:cylc-rose: `1.5 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md>`__
37
34
:rose: `2.4 <https://github.com/metomi/rose/blob/master/CHANGES.md>`__
38
35
36
+
37
+ Cylc 8.5
38
+ --------
39
+
40
+ .. admonition :: Cylc Components
41
+ :class: hint
42
+
43
+ :cylc-flow: `8.5 <https://github.com/cylc/cylc-flow/blob/master/CHANGES.md >`__
44
+ :cylc-ui: `2.8 <https://github.com/cylc/cylc-ui/blob/master/CHANGES.md >`__
45
+ :cylc-uiserver: `1.7 <https://github.com/cylc/cylc-uiserver/blob/master/CHANGES.md >`__
46
+ :cylc-rose: `1.6 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md >`__
47
+ :rose: `2.5 <https://github.com/metomi/rose/blob/master/CHANGES.md >`__
48
+
39
49
More task information in the GUI (and Tui)
40
50
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41
51
You can’t perform that action at this time.
0 commit comments