Add PyPy to Python version matrix in GitHub Actions
This commit is contained in:
2
.github/workflows/uv.yml
vendored
2
.github/workflows/uv.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.10", "3.11", "3.12", "3.13"]
|
python-version: ["3.10", "3.11", "3.12", "3.13", "pypy"]
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
if [ -z "${{ env.BOT_TOKEN }}" ]; then
|
if [ -z "${{ env.BOT_TOKEN }}" ]; then
|
||||||
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -26,6 +26,7 @@
|
|||||||
"pycodestyle",
|
"pycodestyle",
|
||||||
"pydocstyle",
|
"pydocstyle",
|
||||||
"pyproject",
|
"pyproject",
|
||||||
|
"pypy",
|
||||||
"PYTHONDONTWRITEBYTECODE",
|
"PYTHONDONTWRITEBYTECODE",
|
||||||
"PYTHONUNBUFFERED",
|
"PYTHONUNBUFFERED",
|
||||||
"pyupgrade",
|
"pyupgrade",
|
||||||
|
Reference in New Issue
Block a user