diff options
| author | Matti Picus <matti.picus@gmail.com> | 2021-07-11 18:22:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-11 18:22:59 +0300 |
| commit | 8eaceff8aa2ed313d78b4f84e35b90a24505662d (patch) | |
| tree | 0b4f0471a22c2ab294708862c9f9673e552ae1df | |
| parent | df9c973f28fb9c0e713db29285b07b57c622652a (diff) | |
| parent | f1b5275fe04b783430642f9c0e5e9a07ef3bd6da (diff) | |
| download | numpy-8eaceff8aa2ed313d78b4f84e35b90a24505662d.tar.gz | |
Merge pull request #19446 from charris/add-python-3.10-testing
MAINT: Start testing with Python 3.10.0b3.
| -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 c7d463348..0ff1ceef2 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] + python-version: [3.8, 3.9, 3.10.0-beta.3] steps: - uses: actions/checkout@v2 with: |
