Skip to content

Commit

Permalink
drop django 1.11 support, bump 2.x and 3.x to LTS releases (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brobin authored Oct 8, 2021
1 parent efd7d41 commit 183bc95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ jobs:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
django-version: [1.11, 2.2, 3.0]
exclude:
- python-version: 3.8
django-version: 1.11
- python-version: 3.9
django-version: 1.11
django-version: [2.2, 3.2]

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion django_seed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import random


__version__ = '0.3.0'
__version__ = '0.3.1'


class Seed(object):
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ def find_version(*file_paths):
'Intended Audience :: Information Technology',
'License :: OSI Approved :: MIT License',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.2',
'Natural Language :: English',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 183bc95

Please sign in to comment.