Skip to content

Commit 11e02cd

Browse files
evhubclaude
andcommitted
Update PyPy versions in GitHub Actions workflow
- Remove deprecated pypy-3.6, pypy-3.7, pypy-3.8 (no longer supported) - Add pypy-3.11 (current main PyPy version) - Keep pypy-2.7, pypy-3.9, pypy-3.10 for compatibility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent dc5f9de commit 11e02cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ jobs:
1717
- '3.13'
1818
- '3.14'
1919
- 'pypy-2.7'
20-
- 'pypy-3.6'
21-
- 'pypy-3.7'
22-
- 'pypy-3.8'
2320
- 'pypy-3.9'
2421
- 'pypy-3.10'
22+
- 'pypy-3.11'
2523
fail-fast: false
2624
name: Python ${{ matrix.python-version }}
2725
steps:

0 commit comments

Comments
 (0)