Skip to content

Commit

Permalink
Drop support for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marteinn committed Dec 29, 2023
1 parent 58fa24c commit b01192b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
django: ["3.2", "4.1", "4.2"]
exclude:
- python-version: "3.7"
django: "4.1"
- python-version: "3.7"
django: "4.2"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed
- Drop support for django 4.0
- Drop support for python 3.7 (@marteinn)

## [7.0.1] - 2023-01-07

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Requirements

- Python 3.7+
- Python 3.8+
- Django 3.2, 4.1 and 4.2


Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit b01192b

Please sign in to comment.