From b60e8334d7739c494a099f28b191fb3a9fa68e57 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Wed, 15 Nov 2023 17:21:12 +0100 Subject: [PATCH] GHA: test installation from pypi on python3.11 ... instead of twice on 3.9 --- .github/workflows/test_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pypi.yml b/.github/workflows/test_pypi.yml index f8150aa42e..4f3533850f 100644 --- a/.github/workflows/test_pypi.yml +++ b/.github/workflows/test_pypi.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.9, 3.9, '3.10'] + python-version: ["3.9", "3.10", "3.11"] os: [ubuntu-22.04, macos-latest] runs-on: ${{ matrix.os }}