use py3.10 beta 4

This commit is contained in:
Thomas Grainger 2021-07-29 18:13:13 +01:00 committed by GitHub
parent 3dce929a77
commit baff41f39e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", 3.10.0-alpha.6]
python-version: ["3.6", "3.7", "3.8", "3.9", 3.10.0-beta.4]
steps:
- uses: actions/checkout@v2