diff --git a/.github/workflows/uv.yml b/.github/workflows/uv.yml index ddab5fa..d533819 100644 --- a/.github/workflows/uv.yml +++ b/.github/workflows/uv.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "pypy"] steps: - run: | if [ -z "${{ env.BOT_TOKEN }}" ]; then diff --git a/.vscode/settings.json b/.vscode/settings.json index f7c6df1..351754c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -26,6 +26,7 @@ "pycodestyle", "pydocstyle", "pyproject", + "pypy", "PYTHONDONTWRITEBYTECODE", "PYTHONUNBUFFERED", "pyupgrade",