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:
test:
strategy:
matrix:
python: [3.6, 3.8, 3.9]
python: [3.6, 3.8, 3.9, pypy3]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
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