Skip to content

Commit fa1213f

Browse files
committed
ci: update supported django/python versions
1 parent 6592fd5 commit fa1213f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ jobs:
1515
matrix:
1616
include:
1717
- python: '3.9'
18-
django: '3.2'
19-
- python: '3.12'
2018
django: '4.2'
21-
- python: '3.12'
22-
django: '5.1'
19+
- python: '3.13'
20+
django: '5.2a1'
2321
steps:
2422
- uses: actions/checkout@v4
2523
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)