From c12c821c00a2e27a48d447e9971ad016908de8af Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Fri, 15 Jul 2022 12:07:19 +0100 Subject: [PATCH] test using python 3.11 beta versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3608bbbc7..4f3fed695 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11.0-alpha - 3.11"] parser: [pure, native] steps: - uses: actions/checkout@v1