Skip to content

Commit

Permalink
Drop support for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stebunovd authored Jun 19, 2024
1 parent 2800d14 commit 99493fc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,28 +63,21 @@ jobs:
matrix:
include:
- {django: '==1.8.*', python: '2.7', os: 'ubuntu-20.04'}
- {django: '==1.8.*', python: '3.5', os: 'ubuntu-20.04'}

- {django: '==1.9.*', python: '2.7', os: 'ubuntu-20.04'}
- {django: '==1.9.*', python: '3.5', os: 'ubuntu-20.04'}

- {django: '==1.10.*', python: '2.7', os: 'ubuntu-20.04'}
- {django: '==1.10.*', python: '3.5', os: 'ubuntu-20.04'}

- {django: '==1.11.*', python: '2.7', os: 'ubuntu-20.04'}
- {django: '==1.11.*', python: '3.5', os: 'ubuntu-20.04'}
- {django: '==1.11.*', python: '3.6', os: 'ubuntu-20.04'}
- {django: '~=1.11.17', python: '3.7', os: 'ubuntu-latest'}

- {django: '==2.0.*', python: '3.5', os: 'ubuntu-20.04'}
- {django: '==2.0.*', python: '3.6', os: 'ubuntu-20.04'}
- {django: '==2.0.*', python: '3.7', os: 'ubuntu-latest'}

- {django: '==2.1.*', python: '3.5', os: 'ubuntu-20.04'}
- {django: '==2.1.*', python: '3.6', os: 'ubuntu-20.04'}
- {django: '==2.1.*', python: '3.7', os: 'ubuntu-latest'}

- {django: '==2.2.*', python: '3.5', os: 'ubuntu-20.04'}
- {django: '==2.2.*', python: '3.6', os: 'ubuntu-20.04'}
- {django: '==2.2.*', python: '3.7', os: 'ubuntu-latest'}
- {django: '~=2.2.8', python: '3.8', os: 'ubuntu-latest'}
Expand Down

0 comments on commit 99493fc

Please sign in to comment.