diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1023188..145e4d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8.4', '3.10.12', 'latest'] + python-version: ['3.8.11', '3.10.12', '3.12.0-alpha.7'] steps: - name: Checkout code