Skip to content

Commit 5414986

Browse files
Test support for python 3.13 in tox
1 parent 8ae6881 commit 5414986

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ envlist =
88
pylint
99
readme
1010
py{39}-django{22,32}
11-
py{39,310,311,312}-django{42}
12-
py{310,311,312}-django{52-main}
11+
py{39,310,311,312,313}-django{42}
12+
py{310,311,312,313}-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}-django{22,32,42,52}: bash scripts/test.sh --cov=pylint_django
24+
py{38,39,310,311,312,313}-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)