Skip to content

Commit 8ec661d

Browse files
committed
Don't build EOL Python 3.8 version docs
1 parent 79e1a15 commit 8ec661d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-lint-and-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
strategy:
9494
fail-fast: false
9595
matrix:
96-
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9, 3.8]
96+
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
9797
format: [html, latex, epub]
9898
needs: ['update-translation']
9999
steps:
@@ -125,7 +125,7 @@ jobs:
125125
runs-on: ubuntu-latest
126126
strategy:
127127
matrix:
128-
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9, 3.8]
128+
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
129129
needs: ['build-translation']
130130
steps:
131131
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)