Skip to content

Commit

Permalink
Test for 3.12 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Aug 8, 2024
1 parent 8e069da commit 3308b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand All @@ -34,4 +34,4 @@ jobs:
SSO_CLIENT_SECRET: ${{ secrets.SSO_CLIENT_SECRET }}
ENVIRONMENT: ${{ vars.ENVIRONMENT }}
run: |
pytest tests -s --retries 4
pytest tests --retries 2

0 comments on commit 3308b19

Please sign in to comment.