Skip to content

Commit

Permalink
Geen 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie committed Nov 25, 2024
1 parent f85420a commit 45a7f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8,3.9,3.10]
python-version: [3.8,3.9]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -31,7 +31,7 @@ jobs:
needs: build
strategy:
matrix:
python-version: [3.8,3.9,3.10]
python-version: [3.8,3.9]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 45a7f9c

Please sign in to comment.