From f9bd619f8069f1dcc0a82861cc1fd1bfa6559d0b Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Mon, 31 Oct 2022 09:29:46 -0700 Subject: Test on Python 3.11 (#6159) --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c699afc..6e402f23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: strategy: matrix: os: [ubuntu, macos, windows] - python-version: ["3.8", "3.9", "3.10", "3.11-dev"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -62,7 +62,7 @@ jobs: strategy: matrix: os: [ubuntu-22.04, macos-latest, windows-latest] - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -122,7 +122,7 @@ jobs: strategy: matrix: os: [ubuntu, macos] - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} -- cgit v1.2.1