Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CrzyHAX91 authored Dec 13, 2024
1 parent 71a1523 commit c506951
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.10, 3.11] # Updated to compatible versions

steps:
- name: Checkout code
Expand Down Expand Up @@ -48,4 +48,3 @@ jobs:
run: |
pip install flake8
flake8 .
python manage.py test

0 comments on commit c506951

Please sign in to comment.