From 30e70803d0329c1fa3018efe3577b9b99a2090b9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 10 Apr 2023 23:20:45 +0200 Subject: ci: Add PyQt 6.5 See #7624 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6c6fc051..4f3b63abc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,8 +153,8 @@ jobs: - testenv: py39-pyqt64 os: ubuntu-20.04 python: 3.9 - ### PyQt 6.4 (Python 3.11) - - testenv: py311-pyqt64 + ### PyQt 6.5 (Python 3.11) + - testenv: py311-pyqt65 os: ubuntu-22.04 python: 3.11 ### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env) -- cgit v1.2.3-54-g00ecf