From 489b21ab30fac47bb652e85efffccc366651be95 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Tue, 5 Mar 2024 12:36:01 +0100 Subject: [PATCH] test PyPI install only on Python 3.11 --- .github/workflows/test-pip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pip.yml b/.github/workflows/test-pip.yml index 7667e42..1d0e929 100644 --- a/.github/workflows/test-pip.yml +++ b/.github/workflows/test-pip.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] - python-version: ['3.9', '3.10', '3.11'] + python-version: ['3.11'] steps: - name: Check out repository uses: actions/checkout@v2