diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-20 13:30:48 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-20 13:30:48 -0500 |
commit | f9f4e893e61ffd4cad8d373ab6db37a9511d92c0 (patch) | |
tree | 331f94a0bdf6136ef3b8159969d854f3859e5e31 | |
parent | 204f46b572f110bab6f4265a1ea21727390d8a4c (diff) | |
download | python-setuptools-git-include-pypy.tar.gz |
Just test pypy3 for speedinclude-pypy
-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 0e2a8fa8..f9636ed5 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, pypy3] + python: [pypy3] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: |