From 1866304adfb682e7abf6d0d54f1780d7da438b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wellington=20Jos=C3=A9=20Leite=20da=20Silva?= Date: Thu, 21 Nov 2024 12:01:29 -0300 Subject: [PATCH] Update test setup --- .github/workflows/test_infsum.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_infsum.yml b/.github/workflows/test_infsum.yml index 656351b..b405c76 100644 --- a/.github/workflows/test_infsum.yml +++ b/.github/workflows/test_infsum.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - name: Checkout code @@ -36,4 +36,4 @@ jobs: - name: Run tests run: | - pytest tests.py \ No newline at end of file + pytest tests.py