Skip to content

Commit

Permalink
github action stop testing python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jheld committed Feb 6, 2022
1 parent 42351b7 commit 5792024
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,9 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]
django-version: [2.2, 2.2.8, 2.2.17, 3.0, 3.1, 3.2]
exclude:
- python-version: 3.5
django-version: 2.2.8
- python-version: 3.5
django-version: 2.2.17
- python-version: 3.5
django-version: 3.0
- python-version: 3.5
django-version: 3.1
- python-version: 3.5
django-version: 3.2
- python-version: 3.8
django-version: 2.2
- python-version: 3.9
Expand Down

0 comments on commit 5792024

Please sign in to comment.