Skip to content

Commit

Permalink
Test on PyPy 3.10 (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Jun 22, 2023
1 parent e3ba1ca commit efb34f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy3.8", "pypy3.9"]
# We only test on the lowest and highest supported PyPy versions
python-version: ["pypy3.8", "pypy3.10"]
steps:
- name: Check out code from GitHub
uses: actions/[email protected]
Expand Down

0 comments on commit efb34f2

Please sign in to comment.