Skip to content

Commit c289811

Browse files
committed
ci: Skip other GUI backends on 3.15 for now
We can re-enable these once the packages have tested wheels available.
1 parent 3670e04 commit c289811

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
# Sphinx is needed to run sphinxext tests
248248
python -m pip install --upgrade sphinx!=6.1.2
249249
250-
if [[ "${{ matrix.python-version }}" != 3.*t ]]; then
250+
if [[ "${{ matrix.python-version }}" != 3.*t && "${{ matrix.python-version }}" != 3.15 ]]; then
251251
# GUI toolkits are pip-installable only for some versions of Python
252252
# so don't fail if we can't install them. Make it easier to check
253253
# whether the install was successful by trying to import the toolkit

0 commit comments

Comments
 (0)