From a961d60dfe3c745f94571383be84e3ffe26dd576 Mon Sep 17 00:00:00 2001 From: Yupei You Date: Wed, 15 May 2024 11:10:56 +1000 Subject: [PATCH] Update unittest.yml --- .github/workflows/unittest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 8452d95..0f05aab 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -25,4 +25,4 @@ jobs: pip install . - name: Run test with unittest run: | - python -m unittest discover -s test/ \ No newline at end of file + python -m unittest discover -s test/