Skip to content

Commit d835a21

Browse files
committed
Added newer versions of Python and Django to test matrix
1 parent 5377d62 commit d835a21

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tox.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ envlist =
88
pylint
99
readme
1010
py{37,38,39}-django{22,30,31,32}
11-
py{38,39,310,311}-django{40,41,42}
11+
py{38,39,310,311,312}-django{40,41,42}
12+
py{310,311,312}-django{50}
1213

1314
requires =
1415
pip >=21.0.1
@@ -20,7 +21,7 @@ commands =
2021
django_not_installed: bash pylint_django/tests/test_django_not_installed.sh
2122
pylint: pylint pylint_django
2223
readme: bash -c "poetry build && twine check dist/*"
23-
py{37,38,39,310,311}-django{22,30,31,32,40,41,42}: bash scripts/test.sh --cov=pylint_django
24+
py{37,38,39,310,311,312}-django{22,30,31,32,40,41,42,50}: bash scripts/test.sh --cov=pylint_django
2425
clean: find . -type f -name '*.pyc' -delete
2526
clean: find . -type d -name __pycache__ -delete
2627
clean: rm -rf build/ .cache/ dist/ .eggs/ pylint_django.egg-info/ .tox/
@@ -37,6 +38,7 @@ deps =
3738
django40: Django>=4.0,<4.1
3839
django41: Django>=4.1,<4.2
3940
django42: Django>=4.2,<4.3
41+
django50: Django>=5.0,<5.1
4042
django-main: Django
4143
django-main: git+https://github.com/pycqa/astroid@main
4244
django-main: git+https://github.com/pycqa/pylint@main
@@ -46,6 +48,6 @@ setenv =
4648
allowlist_externals =
4749
django_not_installed: bash
4850
readme: bash
49-
py{37,38,39,310,311}-django{22,30,31,32,40,41,42}: bash
51+
py{37,38,39,310,311,312}-django{22,30,31,32,40,41,42,50}: bash
5052
clean: find
5153
clean: rm

0 commit comments

Comments
 (0)