Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/update-lint-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
version: [3.14, 3.13, 3.12, 3.11, '3.10']
steps:
- uses: styfle/cancel-workflow-action@main
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
version: [3.14, 3.13, 3.12, 3.11, '3.10']
format: [html, latex, epub]
needs: ['update']
steps:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
version: [3.14, 3.13, 3.12, 3.11, '3.10']
needs: ['build']
steps:
- uses: actions/download-artifact@master
Expand Down