Skip to content

Commit 67211fe

Browse files
committed
CI: build docs with 3.14
There should be wheels available now
1 parent d086cba commit 67211fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
poetry run mypy .
117117
118118
- name: Build docs
119-
if: ${{ !contains(matrix.python-version, 'pypy') && !contains(matrix.python-version, '3.14') }}
119+
if: ${{ !contains(matrix.python-version, 'pypy') }}
120120
run: |
121121
poetry install --with docs
122122
poetry run python -m sphinx -W -a -E -b html -n docs docs/_build

0 commit comments

Comments
 (0)