We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3d544 commit 0be1833Copy full SHA for 0be1833
1 file changed
.github/workflows/test.yaml
@@ -41,10 +41,10 @@ jobs:
41
uv run mypy --strict src/ --platform linux
42
uv run mypy --strict src/ --platform darwin
43
- name: Validate README.md
44
- if: ${{ matrix.python-version == '3.14' }}
+ if: ${{ matrix.python-version == '3.13' }}
45
# Ensure that the README renders correctly (required for uploading to PyPI).
46
run: |
47
- uv pip install readme-renderer
+ uv pip install readme_renderer
48
python -m readme_renderer README.rst > /dev/null
49
- name: Run codecov
50
0 commit comments