From cded2e134b236bdc79a115f94dea02c7d87e6798 Mon Sep 17 00:00:00 2001 From: ppizarror Date: Thu, 25 Apr 2024 10:05:22 -0400 Subject: [PATCH] Upgrade python version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe8419f..f669bb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: uses: ppizarror/workflow-actions/.github/workflows/test_python.yml@master strategy: matrix: - python: [ 3.7, 3.8, 3.9, '3.10' ] + python: [ '3.10', '3.11' ] with: env-vars: GITHUB=true install-extras: test @@ -40,7 +40,7 @@ jobs: uses: actions/setup-python@v5 with: cache: pip - python-version: 3.8 + python-version: 3.10 - name: Install dependencies shell: bash