Skip to content

Commit

Permalink
Add Python 3.10 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed May 4, 2022
1 parent 2bc3e6b commit 2870cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, '3.10']

steps:
- uses: actions/checkout@v2
Expand All @@ -36,7 +36,7 @@ jobs:
python -m flake8 . --show-source --statistics
- name: Run trufflehog3 detector
run: |
python -m pip install trufflehog3>=3.0
python -m pip install "trufflehog3>=3.0"
trufflehog3 -v -c trufflehog3.yml . && echo "tufflehog3 OK"
- name: Test with pytest
run: |
Expand Down

0 comments on commit 2870cd6

Please sign in to comment.