diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-20 13:53:59 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-20 13:53:59 -0500 |
commit | 176622446978b4d8f69cffd81c734753fc094616 (patch) | |
tree | f89ae39cad41ede11607d7975ee8fed1c2757b7e | |
parent | c769f4d850a0697833216fa7daef7bf0f0519b8f (diff) | |
download | python-setuptools-git-feature/skeleton.tar.gz |
Add PyPy3 to list of Pythons testedfeature/skeleton
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8c5c232c..0e2a8fa8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |