Skip to content

Commit fad8fdc

Browse files
Drop support for Python 3.7 (#18)
1 parent fc93317 commit fad8fdc

File tree

5 files changed

+633
-596
lines changed

5 files changed

+633
-596
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
strategy:
1717
matrix:
1818
include:
19-
- name: Python 3.7 / Django 2.2
20-
python_version: "3.7"
21-
tox_env: py37-django22
22-
2319
- name: Python 3.8 / Django 3.0
2420
python_version: "3.8"
2521
tox_env: py38-django30

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Requirements
4141

4242
+ **Postgresql only**
4343
+ Django, tested from 2.2 to 4.2
44-
+ With Python, tested from 3.7 to 3.11
44+
+ With Python, tested from 3.8 to 3.11
4545

4646
Documentation
4747
-------------

0 commit comments

Comments
 (0)