From 35696a82c7bf47cc489f57cdfd369050c8dce58e Mon Sep 17 00:00:00 2001 From: mferrera Date: Fri, 6 Dec 2024 13:46:07 +0100 Subject: [PATCH] CI: Pin PyQt5-sip for Python 3.8 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e2a0a08b8..1d3a16bed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ dev = [ "pandas-stubs", "pyarrow-stubs", "pydocstyle", + "PyQt5-sip<12.16.0", "pytest-cov", "pytest-mock", "pytest-runner",