From 5ab96a4e416787bc6f8cae5bdce005996bcfcb42 Mon Sep 17 00:00:00 2001 From: Jordan Matelsky Date: Fri, 10 Jan 2025 13:39:08 -0500 Subject: [PATCH] Update python-test.yml --- .github/workflows/python-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 974f9ed..f254abf 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.9, '3.10'] steps: - uses: actions/checkout@v2 @@ -38,4 +38,4 @@ jobs: run: | pytest --cov=./ --cov-report=xml - name: Codecov - uses: codecov/codecov-action@v1.0.13 \ No newline at end of file + uses: codecov/codecov-action@v1.0.13