Skip to content

Commit e3c6462

Browse files
authored
chore(ci): update python versions for testing
1 parent 2c2c5d5 commit e3c6462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.6, 3.7, 3.8]
17+
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Set up Python ${{ matrix.python-version }}
@@ -45,4 +45,4 @@ jobs:
4545
safety check
4646
- name: Security bandit
4747
run: |
48-
bandit -r consulate/
48+
bandit -r consulate/

0 commit comments

Comments
 (0)