Skip to content

Commit

Permalink
Merge pull request #20 from uw-it-aca/feature/django3.2
Browse files Browse the repository at this point in the history
add support for Django3.2
  • Loading branch information
jlaney committed Aug 31, 2021
2 parents 2a285ac + 20ec93a commit ef76fc9
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 @@ -20,7 +20,7 @@
author = 'UW-IT AXDD',
author_email="aca-it@uw.edu",
include_package_data=True,
install_requires=['Django>=2.1,<3.2'],
install_requires=['Django>=2.2'],
license='Apache License, Version 2.0',
description='UW Grade Scale Conversion Calculator application',
long_description=README,
Expand Down

0 comments on commit ef76fc9

Please sign in to comment.