Skip to content

Commit 7341f43

Browse files
committed
Add 6.9 Branch
1 parent bb1162e commit 7341f43

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: github.repository_owner == 'flathub'
2525
strategy:
2626
matrix:
27-
branch: [ branch/5.15-24.08, branch/6.8 ]
27+
branch: [ branch/5.15-24.08, branch/6.8, branch/6.9 ]
2828
steps:
2929
- name: Git checkout ${{ github.repository }}.git/${{ matrix.branch }}
3030
uses: actions/checkout@v3

Home.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ While the following Python modules are dependencies of the mentioned build tools
6363
| 6.6 | No | Yes |
6464
| 6.7 | No | Yes |
6565
| 6.8 | Yes | Yes |
66+
| 6.9 | Yes | Yes |
6667

6768
## How to use?
6869

@@ -71,10 +72,10 @@ While the following Python modules are dependencies of the mentioned build tools
7172
```yaml
7273
id: org.kde.PyQtWebEngineApp
7374
runtime: org.kde.Platform
74-
runtime-version: '6.7'
75+
runtime-version: '6.9'
7576
sdk: org.kde.Sdk
7677
base: com.riverbankcomputing.PyQt.BaseApp
77-
base-version: '6.7'
78+
base-version: '6.9'
7879
cleanup-commands:
7980
- /app/cleanup-BaseApp.sh
8081
finish-args:
@@ -93,10 +94,10 @@ While it's not required, it's possible to set the environment variable `BASEAPP_
9394
```yaml
9495
id: org.kde.PyQtApp
9596
runtime: org.kde.Platform
96-
runtime-version: '6.7'
97+
runtime-version: '6.9'
9798
sdk: org.kde.Sdk
9899
base: com.riverbankcomputing.PyQt.BaseApp
99-
base-version: '6.7'
100+
base-version: '6.9'
100101
cleanup-commands:
101102
- /app/cleanup-BaseApp.sh
102103
build-options:

0 commit comments

Comments
 (0)