From 4843ca872fb59d8e96e4f8aa36219795ee5351a7 Mon Sep 17 00:00:00 2001 From: meenakshidembi691 <83949068+meenakshidembi691@users.noreply.github.com> Date: Fri, 24 May 2024 16:47:23 +0530 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 0fa0157..faed19e 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10', '3.11', 3.12] + python-version: ['3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3