Skip to content

Commit

Permalink
Remove support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
timobrembeck authored and claudep committed Nov 15, 2023
1 parent ca004a9 commit 07b0350
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
django-version: ['3.2', '4.1', '4.2']
exclude:
- python-version: '3.7'
django-version: '4.1'
- python-version: '3.7'
django-version: '4.2'

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Unreleased
* Fix URL message for internal server errorrs (Timo Ludwig, #182)
* Add support for Django 4.2
* Remove support for Django 4.0
* Remove support for Python 3.7

2.2.1 (2023-04-03)

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ automatically when objects are saved. This is handled by signals.
Minimal requirements
--------------------

django-linkcheck requires Python 3.7 and Django 3.2.
django-linkcheck requires Python 3.8 and Django 3.2.

Basic usage
-----------
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def read(fname):
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'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 07b0350

Please sign in to comment.