Skip to content

Commit

Permalink
Drop support Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SofienBenAyed committed Aug 9, 2024
1 parent 2b2a638 commit efa2981
Show file tree
Hide file tree
Showing 5 changed files with 706 additions and 610 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
strategy:
matrix:
include:
- name: Python 3.7 / Django 2.2
python_version: "3.7"
tox_env: py37-django22

- name: Python 3.8 / Django 3.0
python_version: "3.8"
tox_env: py38-django30
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Requirements

+ **Postgresql only**
+ Django, tested from 2.2 to 4.2
+ With Python, tested from 3.7 to 3.11
+ With Python, tested from 3.8 to 3.11

Documentation
-------------
Expand Down
Loading

0 comments on commit efa2981

Please sign in to comment.