From 97c4f8faec2c922a368bd16932d8253d637f1d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 1 Feb 2025 23:38:49 +0100 Subject: [PATCH] Add PyPy to Python version matrix in GitHub Actions --- .github/workflows/uv.yml | 2 +- .vscode/settings.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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",