ci: specify python 3.11 beta version

This commit is contained in:
Dineshkarthik 2022-07-18 16:53:22 +02:00
parent 3043c91b61
commit 1702ec9788
No known key found for this signature in database
GPG key ID: E256EF0EECD6F201

View file

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11' ]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11.0-beta.4' ]
name: Test - Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps: