summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-07-10 07:52:47 -0600
committerCharles Harris <charlesr.harris@gmail.com>2021-07-10 07:52:47 -0600
commitf1b5275fe04b783430642f9c0e5e9a07ef3bd6da (patch)
tree0b4f0471a22c2ab294708862c9f9673e552ae1df
parentdf9c973f28fb9c0e713db29285b07b57c622652a (diff)
downloadnumpy-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.yml2
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: