diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-04-29 10:44:38 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2021-04-29 12:07:13 -0600 |
commit | 6c324961c1c8805e1a698ea6928940f44d3430dd (patch) | |
tree | d441daf1d904f69a9ec6055565a1b168b6ca52b0 /.github | |
parent | 53e34d49d46b0999927160444a7dd0650efafad7 (diff) | |
download | numpy-6c324961c1c8805e1a698ea6928940f44d3430dd.tar.gz |
MAINT: Update PyPy version used by CI
Use PyPy 7.3.4 instead of 7.3.4rc1.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 7a6522f6a..c7d463348 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -212,7 +212,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v2 with: - python-version: pypy-3.7-v7.3.4rc1 + python-version: pypy-3.7-v7.3.4 - uses: ./.github/actions sdist: |