Skip to content

Commit b491d71

Browse files
authored
Update out-of-date info for 8.5 (#864) (#869)
Co-authored-by: Ronnie Dutta <[email protected]>
2 parents bac47a2 + 3df81da commit b491d71

File tree

4 files changed

+23
-8
lines changed

4 files changed

+23
-8
lines changed

.github/workflows/create-conda-envs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,22 @@ concurrency:
1818

1919
jobs:
2020
test_conda_install:
21+
# Workflow is currently broken
22+
# https://github.com/cylc/cylc-doc/pull/788#issuecomment-2573610197
23+
if: false
2124
runs-on: ubuntu-latest
2225
timeout-minutes: 30
2326
strategy:
2427
matrix:
25-
python: [3.7, 3.8, 3.9]
28+
python: ['3.9']
2629
steps:
2730
- name: checkout cylc-doc
2831
uses: actions/checkout@v5
2932

3033
- name: configure python
3134
uses: actions/setup-python@v5
3235
with:
33-
python-version: '3.9'
36+
python-version: ${{ matrix.python }}
3437

3538
- name: install setuptools
3639
run: |

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: test
22

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- master
7+
- '8.*.x'
68
pull_request:
79
workflow_dispatch:
810
inputs:

src/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Via Conda (recommended)
1818
.. admonition:: Supported Python versions
1919

2020
* cylc-flow supports Python 3.8+.
21-
* cylc-uiserver currently only supports Python 3.8-3.9.
21+
* cylc-uiserver supports Python 3.9+.
2222

2323
.. tip::
2424

@@ -49,7 +49,7 @@ Via Pip (+npm)
4949
.. admonition:: Supported Python versions
5050

5151
* cylc-flow supports Python 3.7+.
52-
* cylc-uiserver currently only supports Python 3.8-3.9.
52+
* cylc-uiserver supports Python 3.9+.
5353

5454
.. important::
5555

src/reference/changes.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ For more detail see the component changelogs:
2222

2323
----------
2424

25-
Cylc 8.5
26-
--------
27-
2825
.. TODO: Modify these URL's and uncomment this block before release
2926
3027
.. admonition:: Cylc Components
@@ -36,6 +33,19 @@ Cylc 8.5
3633
:cylc-rose: `1.5 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md>`__
3734
:rose: `2.4 <https://github.com/metomi/rose/blob/master/CHANGES.md>`__
3835
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+
3949
More task information in the GUI (and Tui)
4050
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4151

0 commit comments

Comments
 (0)