Skip to content

Commit e00ad37

Browse files
Add support for 3.13
1 parent c181704 commit e00ad37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+2-2
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"]
42+
python-version: ["3.10", "3.11", "3.12", "3.13"]
4343
django-version: ["5.0", "5.1", "-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"]
78+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
7979
django-version: ["4.0", "4.1", "4.2"]
8080

8181
steps:

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ envlist =
99
readme
1010
py{39}-django{22,30,31,32}
1111
py{39,310,311,312}-django{40,41,42}
12-
py{310,311,312}-django{50,51,-main}
12+
py{310,311,312,313}-django{50,51,-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,30,31,32,40,41,42,50}: bash scripts/test.sh --cov=pylint_django
24+
py{38,39,310,311,312,313}-django{22,30,31,32,40,41,42,50}: 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)