Skip to content

Commit 07b0350

Browse files
timobrembeckclaudep
authored andcommitted
Remove support for Python 3.7
1 parent ca004a9 commit 07b0350

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@ jobs:
1212
strategy:
1313
max-parallel: 5
1414
matrix:
15-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
15+
python-version: ['3.8', '3.9', '3.10', '3.11']
1616
django-version: ['3.2', '4.1', '4.2']
17-
exclude:
18-
- python-version: '3.7'
19-
django-version: '4.1'
20-
- python-version: '3.7'
21-
django-version: '4.2'
2217

2318
steps:
2419
- uses: actions/checkout@v3

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Unreleased
99
* Fix URL message for internal server errorrs (Timo Ludwig, #182)
1010
* Add support for Django 4.2
1111
* Remove support for Django 4.0
12+
* Remove support for Python 3.7
1213

1314
2.2.1 (2023-04-03)
1415

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ automatically when objects are saved. This is handled by signals.
2727
Minimal requirements
2828
--------------------
2929

30-
django-linkcheck requires Python 3.7 and Django 3.2.
30+
django-linkcheck requires Python 3.8 and Django 3.2.
3131

3232
Basic usage
3333
-----------

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def read(fname):
3737
'Programming Language :: Python',
3838
'Programming Language :: Python :: 3',
3939
'Programming Language :: Python :: 3 :: Only',
40-
'Programming Language :: Python :: 3.7',
4140
'Programming Language :: Python :: 3.8',
4241
'Programming Language :: Python :: 3.9',
4342
'Programming Language :: Python :: 3.10',

0 commit comments

Comments
 (0)