From b71f9cac1c427dd3b0b44a922d1e475672dac120 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 4 Oct 2022 06:59:13 -0700 Subject: [PATCH] Test on Python 3.11 (#972) --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f82a15f67..ef02d0dcb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"] include: - os: macos-latest python-version: "3.9" @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: ["3.8"] steps: - uses: actions/checkout@v3 @@ -122,7 +122,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: ["3.8"] steps: - uses: actions/checkout@v3