From 506970e0663dba790271beeebd59404a14cba5dc Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Wed, 28 Aug 2024 11:02:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20py38,=20sphinx=208=20fr?= =?UTF-8?q?om=20CI=20matrix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a2a48a..b66930f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,8 +26,11 @@ jobs: # 3.9.8 seems to be broken with type_ast # https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1829077.html python-version: ["3.8", "3.11"] - sphinx-version: ["6.0", "7.0", "8.0"] + sphinx-version: ["6.0", "7.0"] include: + - os: "ubuntu-latest" + python-version: "3.11" + sphinx-version: "8.0" - os: "windows-latest" python-version: "3.8" sphinx-version: "6.0"