Skip to content

Commit

Permalink
Dropping Python3.7 support, as it is very EoL and CI tasks were takin…
Browse files Browse the repository at this point in the history
…g 6 hours
  • Loading branch information
carlio committed Jul 20, 2024
1 parent d835a21 commit 9940b8a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 2.7.0
-------------

NOTICE
~~~~~~

This version drops support for Python 3.7 - latest Pylint no longer supports 3.7, and CI tasks were taking hours under 3.7


Version 2.6.0 (14 May 2023)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pylint-django"
version = "2.5.5"
version = "2.7.0"
readme = "README.rst"
description = "A Pylint plugin to help Pylint understand the Django web framework"
repository = "https://github.com/PyCQA/pylint-django"
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ envlist =
flake8
pylint
readme
py{37,38,39}-django{22,30,31,32}
py{38,39}-django{22,30,31,32}
py{38,39,310,311,312}-django{40,41,42}
py{310,311,312}-django{50}
py{310,311,312}-django{50,-main}

requires =
pip >=21.0.1
Expand Down Expand Up @@ -48,6 +48,6 @@ setenv =
allowlist_externals =
django_not_installed: bash
readme: bash
py{37,38,39,310,311,312}-django{22,30,31,32,40,41,42,50}: bash
django{22,30,31,32,40,41,42,50,-main}: bash
clean: find
clean: rm

0 comments on commit 9940b8a

Please sign in to comment.