Skip to content

Commit

Permalink
chore(ci): update python versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
avara1986 authored May 24, 2024
1 parent 2c2c5d5 commit e3c6462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
safety check
- name: Security bandit
run: |
bandit -r consulate/
bandit -r consulate/

0 comments on commit e3c6462

Please sign in to comment.