Skip to content

Commit 8aafcee

Browse files
dahliaampcode-com
andcommitted
Add PyPy 3.10 and 3.11 to CI matrix
Update the GitHub Actions workflow to include PyPy 3.10 and 3.11 in the test matrix, ensuring compatibility testing across more Python implementations. Amp-Thread-ID: https://ampcode.com/threads/T-f36ee695-71eb-4f48-b2de-5a01b900d5c1 Co-authored-by: Amp <amp@ampcode.com>
1 parent 39015ae commit 8aafcee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- "3.10"
1414
- "3.9"
1515
- "3.8"
16+
- pypy3.11
17+
- pypy3.10
1618
- pypy3.9
1719
- pypy3.8
1820
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)