Skip to content

Commit

Permalink
🔧 Remove py38, sphinx 8 from CI matrix (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 28, 2024
1 parent 5670ac8 commit 09eb065
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 09eb065

Please sign in to comment.