Skip to content

Commit b63aac1

Browse files
authored
1 parent fb3ce5b commit b63aac1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
python-version {3.7}, django-version {2.0,2.1,2.2,3.0,3.1}
1919
python-version {3.8}, django-version {2.2,3.0,3.1,3.2,4.0,4.1,4.2}
2020
python-version {3.9}, django-version {2.2,3.0,3.1,3.2,4.0,4.1,4.2}
21-
python-version {3.10}, django-version {3.2,4.0,4.1,4.2}
22-
python-version {3.11}, django-version {3.2,4.0,4.1,4.2}
21+
python-version {3.10}, django-version {3.2,4.0,4.1,4.2,5.0}
22+
python-version {3.11}, django-version {3.2,4.0,4.1,4.2,5.0}
23+
python-version {3.12}, django-version {4.2, 5.0}
2324
outputs:
2425
matrix: ${{ steps.create_matrix.outputs.matrix }}
2526

0 commit comments

Comments
 (0)