Update to latest python 3.10 version

This commit is contained in:
Alessio Bogon 2021-09-18 18:06:33 +02:00
parent c7c04f95f3
commit 9eb8511781
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-beta.4]
python-version: ["3.6", "3.7", "3.8", "3.9", 3.10.0-rc.2]
steps:
- uses: actions/checkout@v2