Skip to content

Commit

Permalink
Removed support for Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Nov 30, 2020
1 parent 8ae7dfc commit 32a32ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/python-app.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
django_version: [ '1.11', '2.0', '2.1', '2.2', '3.0', '3.1' ]
python_version: [ '3.4', '3.5', '3.6', '3.7', '3.8', '3.9' ]
python_version: [ '3.5', '3.6', '3.7', '3.8', '3.9' ]
database: [ 'postgres' ]
exclude:
- django_version: '1.11'
Expand All @@ -29,23 +29,14 @@ jobs:
- django_version: '2.0'
python_version: '3.9'

- django_version: '2.1'
python_version: '3.4'
- django_version: '2.1'
python_version: '3.8'
- django_version: '2.1'
python_version: '3.9'

- django_version: '2.2'
python_version: '3.4'

- django_version: '3.0'
python_version: '3.4'
- django_version: '3.0'
python_version: '3.5'

- django_version: '3.1'
python_version: '3.4'
- django_version: '3.1'
python_version: '3.5'
include:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -39,7 +39,6 @@
'Framework :: Django',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 32a32ac

Please sign in to comment.