Skip to content

Commit e5038ed

Browse files
committed
CI: build docs with 3.14
There should be wheels available now
1 parent 85dec8a commit e5038ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)