Skip to content

Commit 9940b8a

Browse files
committed
Dropping Python3.7 support, as it is very EoL and CI tasks were taking 6 hours
1 parent d835a21 commit 9940b8a

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
Version 2.7.0
5+
-------------
6+
7+
NOTICE
8+
~~~~~~
9+
10+
This version drops support for Python 3.7 - latest Pylint no longer supports 3.7, and CI tasks were taking hours under 3.7
11+
12+
413
Version 2.6.0 (14 May 2023)
514
---------------------------
615

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pylint-django"
3-
version = "2.5.5"
3+
version = "2.7.0"
44
readme = "README.rst"
55
description = "A Pylint plugin to help Pylint understand the Django web framework"
66
repository = "https://github.com/PyCQA/pylint-django"

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ envlist =
77
flake8
88
pylint
99
readme
10-
py{37,38,39}-django{22,30,31,32}
10+
py{38,39}-django{22,30,31,32}
1111
py{38,39,310,311,312}-django{40,41,42}
12-
py{310,311,312}-django{50}
12+
py{310,311,312}-django{50,-main}
1313

1414
requires =
1515
pip >=21.0.1
@@ -48,6 +48,6 @@ setenv =
4848
allowlist_externals =
4949
django_not_installed: bash
5050
readme: bash
51-
py{37,38,39,310,311,312}-django{22,30,31,32,40,41,42,50}: bash
51+
django{22,30,31,32,40,41,42,50,-main}: bash
5252
clean: find
5353
clean: rm

0 commit comments

Comments
 (0)