From c6bfd7b6d4996b3d50d7ed47b5e4d18eb75f0a5a Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Fri, 8 Oct 2021 13:33:28 +0100 Subject: [PATCH] Include Python 3.10 in install-from-pypi tests (#1576) --- .github/workflows/test-from-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-from-pypi.yml b/.github/workflows/test-from-pypi.yml index fa67c1e67..f02f28269 100644 --- a/.github/workflows/test-from-pypi.yml +++ b/.github/workflows/test-from-pypi.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.6', '3.7', '3.8', '3.9'] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] python-architecture: [x86, x64] exclude: - os: macos-latest @@ -58,7 +58,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.6', '3.7', '3.8', '3.9'] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] python-architecture: [x86, x64] exclude: - os: macos-latest