Skip to content

Commit 0be1833

Browse files
committed
Try to run readme-renderer on Python 3.13
1 parent 9e3d544 commit 0be1833

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
uv run mypy --strict src/ --platform linux
4242
uv run mypy --strict src/ --platform darwin
4343
- name: Validate README.md
44-
if: ${{ matrix.python-version == '3.14' }}
44+
if: ${{ matrix.python-version == '3.13' }}
4545
# Ensure that the README renders correctly (required for uploading to PyPI).
4646
run: |
47-
uv pip install readme-renderer
47+
uv pip install readme_renderer
4848
python -m readme_renderer README.rst > /dev/null
4949
- name: Run codecov
5050
run: |

0 commit comments

Comments
 (0)