version: Update for Qt 6.10 Beta 4

This commit is contained in:
Florian Bruhin 2025-09-11 01:00:01 +02:00
parent 264d91eaec
commit 326a83309a
1 changed files with 2 additions and 2 deletions

View File

@ -655,8 +655,8 @@ class WebEngineVersions:
utils.VersionNumber(6, 9, 1): (_BASES[130], '136.0.7103.114'), # 2025-05-13
utils.VersionNumber(6, 9, 2): (_BASES[130], '139.0.7258.67'), # 2025-07-29
## Qt 6.10 (WIP)
utils.VersionNumber(6, 10): (_BASES[134], '134.0.6998.208'), # 2025-04-16
## Qt 6.10 (WIP, Beta 4)
utils.VersionNumber(6, 10): (_BASES[134], '139.0.7258.138'), # 2025-08-18
}
def __post_init__(self) -> None: