Commit 17662244 authored by Jason R. Coombs's avatar Jason R. Coombs

Add PyPy3 to list of Pythons tested

parent c769f4d8
...@@ -6,7 +6,7 @@ jobs: ...@@ -6,7 +6,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
python: [3.6, 3.8, 3.9] python: [3.6, 3.8, 3.9, pypy3]
platform: [ubuntu-latest, macos-latest, windows-latest] platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment