Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan authored Jul 14, 2024
1 parent 89d5e1c commit b65c08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python: ["3.10", "3.11", "3.12"]
python: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Django Static Checks
run: make check
- name: Unit tests
run: make test
run: make test

0 comments on commit b65c08c

Please sign in to comment.