diff options
| author | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2021-10-05 17:48:14 +0200 |
|---|---|---|
| committer | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2021-10-05 18:11:25 +0200 |
| commit | 9f1456860f277fdb5bfc06f29b5e1677c55ed842 (patch) | |
| tree | 8aa2f37561a6cc2753da4fbe6f05d270c7d6afc1 | |
| parent | e021c8c0edb5c0a31ff4a545192547f91d42edd9 (diff) | |
| download | numpy-9f1456860f277fdb5bfc06f29b5e1677c55ed842.tar.gz | |
TST: Add the new python 3.10 release to the CI
| -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 b88a41da4..27b235f82 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.9, 3.10.0-rc.2] + python-version: [3.9, 3.10] steps: - uses: actions/checkout@v2 with: |
