diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2b101df5..f5bb1ede 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: build: strategy: matrix: - python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10.0-beta.1' ] # The type of runner that the job will run on runs-on: ubuntu-latest