diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-04-30 05:33:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 05:33:16 +0300 |
commit | 05b12102f93f18c0a8bbd86aa2e4a6fcbb554ab4 (patch) | |
tree | 8b20945ee74d01bea85eb073c5565f81939ae8fc /.github | |
parent | e424d3e54541b34529345a41a36b00c68769ace1 (diff) | |
parent | 6c324961c1c8805e1a698ea6928940f44d3430dd (diff) | |
download | numpy-05b12102f93f18c0a8bbd86aa2e4a6fcbb554ab4.tar.gz |
Merge pull request #18877 from charris/update-ci-pypy-version
MAINT: Update PyPy version used by CI
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: |