Skip to content

Commit

Permalink
try pypy3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
justbuchanan committed Oct 24, 2023
1 parent 58b9b4b commit eec8a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12.0"]
python-version: ["3.12.0", "pypy3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit eec8a8a

Please sign in to comment.