Skip to content

Commit

Permalink
fix(build): unfortunately sphinx version we use requires python >=3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
totallyzen committed Jan 26, 2024
1 parent e1b2425 commit 03f55a2
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu, macos, windows ]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 03f55a2

Please sign in to comment.