Test under Python 3.10.0 RC 1 (#1820)

This commit is contained in:
Hugo van Kemenade 2021-08-27 16:01:06 +03:00 committed by GitHub
parent 317653585c
commit 06498df528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-beta.3"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-rc.1"]
steps:
- uses: "actions/checkout@v2"