From 0f7709f528784183d460dbe184d5273a21ec5db5 Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Sun, 16 Jun 2024 16:00:48 -0300 Subject: [PATCH] ENH: Update test_pytest.yaml to remove Windows with python 3.8 --- .github/workflows/test_pytest.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_pytest.yaml b/.github/workflows/test_pytest.yaml index c3e06afe9..45bbb7917 100644 --- a/.github/workflows/test_pytest.yaml +++ b/.github/workflows/test_pytest.yaml @@ -18,11 +18,13 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] python-version: [3.8, 3.12] include: - os: macos-latest python-version: 3.12 + - os: windows-latest + python-version: 3.12 env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }}