Skip to content

Commit 3dd1843

Browse files
committed
Exclude 3.13 builds from unsupported Django versions
1 parent 2de272a commit 3dd1843

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
django: "5.0"
1717
- python: "3.9"
1818
django: "5.1"
19+
- python: "3.13"
20+
django: "4.2"
21+
- python: "3.13"
22+
django: "5.0"
1923
database_url:
2024
- postgres://runner:password@localhost/project
2125
- mysql://root:[email protected]/project

0 commit comments

Comments
 (0)