Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit d2774af

Browse files
Update to 3.13 and drop 3.7
Update test_and_merge.yml Update test_and_merge.yml Update test_and_merge.yml Remove 3.7
1 parent 4d4499c commit d2774af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_and_merge.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
18+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1919
django-version: ['<3.2', '<3.3', '<4.2', '<4.3', '<5.1']
2020
exclude:
2121
- python-version: '3.7'
@@ -28,6 +28,8 @@ jobs:
2828
django-version: '<3.2'
2929
- python-version: '3.12'
3030
django-version: '<3.3'
31+
- python-version: '3.13'
32+
django-version: '>3.3'
3133

3234
steps:
3335
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)