diff options
| author | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2021-07-25 22:32:10 +0200 |
|---|---|---|
| committer | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2021-07-25 22:32:10 +0200 |
| commit | d5151630e6890417b78e9fce39d8cc244a180c64 (patch) | |
| tree | 1bd43ecf30e145b72231a5abb420c55591b91614 | |
| parent | 092905febd53742d2a700322f88b652d6a5fd4fb (diff) | |
| download | numpy-d5151630e6890417b78e9fce39d8cc244a180c64.tar.gz | |
TST: Bump the GitHub actions python 3.10 version
`3.10.0-beta.3` -> `3.10.0-beta.4`
| -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 0ff1ceef2..bdaefcb16 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, 3.10.0-beta.3] + python-version: [3.8, 3.9, 3.10.0-beta.4] steps: - uses: actions/checkout@v2 with: |
