From 8e05a5ac4af2390ce9a0598c21a6dd16eb409705 Mon Sep 17 00:00:00 2001 From: Mladen Gibanica <11275336+mgcth@users.noreply.github.com> Date: Tue, 28 May 2024 22:09:30 +0200 Subject: [PATCH] test only 3.10 on windows --- .github/workflows/github-action-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-action-test.yaml b/.github/workflows/github-action-test.yaml index 39ef5f2..169615b 100644 --- a/.github/workflows/github-action-test.yaml +++ b/.github/workflows/github-action-test.yaml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.10", "3.11"] + python-version: ["3.10"] steps: - uses: actions/checkout@v2