Skip to content

Commit 47a6af2

Browse files
authored
Update PyPy version in GitHub Actions workflow
1 parent 9f4a362 commit 47a6af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
strategy:
2424
matrix:
25-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy3.10']
25+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy3.11']
2626
env:
2727
# Configure a constant location for the uv cache
2828
UV_CACHE_DIR: /tmp/.uv-cache

0 commit comments

Comments
 (0)