Skip to content

Commit 2c805e3

Browse files
Bump pylint-django version to 2.7.0 for pylint 4
1 parent c98a46f commit 2c805e3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
python-version: ["3.10", "3.11", "3.12", "3.13"]
42+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4343
django-version: ["5.2", "-main"]
4444

4545
steps:
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
matrix:
78-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
78+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
7979
django-version: ["4.2"]
8080

8181
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ exclude = [ "**/tests/**", "**/testutils.py", "**/tests.py" ]
3737
[tool.poetry.dependencies]
3838
python = ">=3.9,<4.0"
3939
pylint-plugin-utils = ">=0.8"
40-
pylint = ">=3.0,<4"
40+
pylint = ">=3.0,<5"
4141
Django = { version = ">=2.2", optional = true }
4242

4343
[tool.poetry.group.dev.dependencies]

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ envlist =
99
readme
1010
py{39}-django{22,32}
1111
py{39,310,311,312,313}-django{42}
12-
py{310,311,312,313}-django{52-main}
12+
py{310,311,312,313,314}-django{52-main}
1313

1414
requires =
1515
pip >=21.0.1
@@ -21,7 +21,7 @@ commands =
2121
django_not_installed: bash pylint_django/tests/test_django_not_installed.sh
2222
pylint: pylint pylint_django
2323
readme: bash -c "poetry build && twine check dist/*"
24-
py{38,39,310,311,312,313}-django{22,32,42,52}: bash scripts/test.sh --cov=pylint_django
24+
py{38,39,310,311,312,313,314}-django{22,32,42,52}: bash scripts/test.sh --cov=pylint_django
2525
clean: find . -type f -name '*.pyc' -delete
2626
clean: find . -type d -name __pycache__ -delete
2727
clean: rm -rf build/ .cache/ dist/ .eggs/ pylint_django.egg-info/ .tox/

0 commit comments

Comments
 (0)