Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
Add PyPy 3.10 to CI
  • Loading branch information
cpburnz committed Sep 7, 2023
1 parent e6433f6 commit 59aa2be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
python: ["3.8", "3.9", "3.10", "3.11", "3.12",
"pypy-3.8", "pypy-3.9"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8", "pypy-3.9", "pypy-3.10"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 59aa2be

Please sign in to comment.