Skip to content

Commit

Permalink
Merge pull request #11 from just-work/pyup-update-django-3.0.9-to-3.1
Browse files Browse the repository at this point in the history
Update django to 3.1
  • Loading branch information
tumb1er authored Aug 4, 2020
2 parents a6c9832 + f53a02b commit 2869713
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
django-version: [2.2, 3.0]
django-version: [2.2, 3.0, 3.1]

steps:
- uses: actions/checkout@v2
Expand All @@ -29,4 +29,4 @@ jobs:
python --version
- name: Run Tests
run: |
python manage.py test
python manage.py test
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Django==3.0.9
Django==3.1
dj-inmemorystorage==2.1.0
factory-boy==2.12.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,14 @@ def get_version():
author_email='[email protected]',
description='Background sitemap generation for Django',
install_requires=[
'Django',
'Django>=2.2,<3.2',
],
classifiers=[
'Development Status :: 1 - Planning',
'Environment :: Console',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Operating System :: POSIX',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 2869713

Please sign in to comment.