Skip to content

Commit e58c1a7

Browse files
authored
Merge pull request numpy#19560 from BvB93/beta
TST: Bump the GitHub actions python 3.10 version
2 parents 092905f + d515163 commit e58c1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
strategy:
5858
matrix:
59-
python-version: [3.8, 3.9, 3.10.0-beta.3]
59+
python-version: [3.8, 3.9, 3.10.0-beta.4]
6060
steps:
6161
- uses: actions/checkout@v2
6262
with:

0 commit comments

Comments
 (0)