Skip to content

Commit 827ae79

Browse files
authored
Add Django 5.2 to actions matrix and include missing Python version
1 parent f649a29 commit 827ae79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ["3.10", "3.11", "3.12"]
19-
django-version: ["4.2", "5.0", "5.1"]
18+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
19+
django-version: ["4.2", "5.0", "5.1", "5.2"]
2020
include:
2121
- python-version: "3.9"
2222
django-version: "4.2"

0 commit comments

Comments
 (0)