Skip to content

Commit

Permalink
Correct python to Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesoutterside committed Dec 9, 2021
1 parent 3a8c1f1 commit d8245d1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
django-version:
- "2.2"
- "3.0"
- "3.1"
- "3.2"
Expand All @@ -36,6 +38,18 @@ jobs:
python-version: "3.7"
- run-web-tests: true
python-version: "3.8"
- run-web-tests: true
python-version: "3.9"
- python-version: "3.10"
django-version: "2.2"
- python-version: "3.10"
django-version: "3.1"
- python-version: "3.10"
django-version: "3.0"
- python-version: "3.6"
django-version: "4.0"
- python-version: "3.6"
django-version: "4.0"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Requirements
============

* Python 3.6+.
* Django 3.0+
* Django 2.2+


Installation
Expand Down

0 comments on commit d8245d1

Please sign in to comment.