Skip to content

Commit

Permalink
Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Aug 26, 2023
1 parent 7a9d23c commit 3918a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
python-version: [3.8, 3.9, 3.10, 3.11]
django-requirement:
- Django # latest
- Django==4.2
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for doing just that.
or unexported setting key from a template results in an exception.


Tested on Python 3.7+, Django 1.5+.
Tested on Python 3.8+, Django 1.5+.


Installation
Expand Down

0 comments on commit 3918a14

Please sign in to comment.