From ccf5cdeb6c4653bcc6de275b4490c8b5a400a1bd Mon Sep 17 00:00:00 2001 From: Katherine Mantel Date: Wed, 25 Oct 2023 00:11:49 +0000 Subject: [PATCH] ci: test 3.10 and 3.11 --- .github/workflows/ci-docs.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 3234ec31..84fe3e08 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -17,7 +17,7 @@ jobs: # The entire matrix is set up and 'base' builds are pruned based # on event name and final configuration (ubuntu, python3.7). matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, '3.10', 3.11] python-architecture: ['x64'] os: [ubuntu-latest] event: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b107a13c..d2bacf5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, '3.10', 3.11] os: [ubuntu-latest, macos-latest, windows-latest] steps: