fix version range

This commit is contained in:
Frost Ming 2021-09-22 11:51:49 +08:00
parent 0c50f8b28d
commit 0f9676c367
No known key found for this signature in database
GPG Key ID: 5BFA9CB4DDA943BF

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10.0.beta - 3.10.0"]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10.0-beta - 3.10.0"]
name: Test the action
steps:
- uses: actions/checkout@v2