From c9abec0275b78c95755599d2859ceff92bf5c82c Mon Sep 17 00:00:00 2001 From: Nelson Dias Date: Wed, 10 Jan 2024 23:00:22 -0300 Subject: [PATCH] Update CI file --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90c0c23..9501220 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,12 +9,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, 3.12] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -36,4 +36,4 @@ jobs: env_vars: OS,PYTHON name: codecov-umbrella fail_ci_if_error: true - verbose: false \ No newline at end of file + verbose: false