1 parent 3670e04 commit c289811Copy full SHA for c289811
1 file changed
.github/workflows/tests.yml
@@ -247,7 +247,7 @@ jobs:
247
# Sphinx is needed to run sphinxext tests
248
python -m pip install --upgrade sphinx!=6.1.2
249
250
- if [[ "${{ matrix.python-version }}" != 3.*t ]]; then
+ if [[ "${{ matrix.python-version }}" != 3.*t && "${{ matrix.python-version }}" != 3.15 ]]; then
251
# GUI toolkits are pip-installable only for some versions of Python
252
# so don't fail if we can't install them. Make it easier to check
253
# whether the install was successful by trying to import the toolkit
0 commit comments