From cd73bb1db0ddb30a2f5307fec4133857f048a641 Mon Sep 17 00:00:00 2001 From: Chimezie Iwuanyanwu Date: Sat, 2 Dec 2023 05:49:53 -0600 Subject: [PATCH] Set Python version to 3.10 --- .github/workflows/pre-submit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-submit.yml b/.github/workflows/pre-submit.yml index ddb8b29..f0a7833 100644 --- a/.github/workflows/pre-submit.yml +++ b/.github/workflows/pre-submit.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.7", "3.8", "3.9", "3.10" ] + python-version: [ "3.10" ] steps: - uses: actions/checkout@v3 @@ -30,4 +30,4 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - pytest \ No newline at end of file + pytest