Skip to content

Commit

Permalink
Merge pull request #88 from uw-it-aca/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jlaney committed Aug 30, 2021
2 parents fb9c428 + c258420 commit 1d8c820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
strategy:
matrix:
django-version:
- '2.1'
- '2.2'
- '3.1'
- '3.2'

steps:
- name: Checkout Repo
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
packages=['blti'],
include_package_data=True,
install_requires=[
'Django>2.1,<3.2',
'Django>2.1',
'oauthlib',
'PyCrypto',
'mock',
Expand Down

0 comments on commit 1d8c820

Please sign in to comment.