Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Apr 6, 2022
1 parent 8bee742 commit a80fe97
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-package.yml
Expand Up @@ -14,17 +14,14 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10"]
django-version: [2.0, 2.1, 2.2, 3.0, 3.1, 3.2, 4.0]

exclude:

- python-version: 3.7
django-version: 4.0

- python-version: 3.6
django-version: 4.0

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} & Django ${{ matrix.django-version }}
Expand Down

0 comments on commit a80fe97

Please sign in to comment.