diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2021-07-10 07:52:47 -0600 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2021-07-10 07:52:47 -0600 |
| commit | f1b5275fe04b783430642f9c0e5e9a07ef3bd6da (patch) | |
| tree | 0b4f0471a22c2ab294708862c9f9673e552ae1df | |
| parent | df9c973f28fb9c0e713db29285b07b57c622652a (diff) | |
| download | numpy-f1b5275fe04b783430642f9c0e5e9a07ef3bd6da.tar.gz | |
MAINT: Start testing with Python 3.10.0b3.
Python 3.10.0b3 is currently available for github/actions, b4 should be
out in a couple of days. Time to start tracking the next Python release.
| -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: |
