From e3c6462fb37af1f3b46053eb87f2dc86c3a7fd84 Mon Sep 17 00:00:00 2001 From: Alberto Vara Date: Fri, 24 May 2024 17:12:27 +0200 Subject: [PATCH] chore(ci): update python versions for testing --- .github/workflows/python-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 61b5ce8..f2f4b68 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.8, 3.9, 3.10, 3.11, 3.12] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -45,4 +45,4 @@ jobs: safety check - name: Security bandit run: | - bandit -r consulate/ \ No newline at end of file + bandit -r consulate/