Skip to content

Commit 4394b60

Browse files
committed
Add Python 3.13 to testmatrix
1 parent 977954c commit 4394b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
python-version: ["3.9", "3.10", "3.11", "3.12"]
26+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2727
node-version: ["18.x"]
2828
django-version: ["4.2.*", "5.0.*", "5.1.*"]
2929
exclude: # https://docs.djangoproject.com/en/5.0/faq/install/#what-python-version-can-i-use-with-django

0 commit comments

Comments
 (0)