Skip to content

Commit e1ed903

Browse files
committed
add new python and django versions to tests
1 parent 2255b84 commit e1ed903

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@ jobs:
3434
- '3.10'
3535
- '3.11'
3636
- '3.12'
37-
# - '3.13'
37+
- '3.13'
3838
django-version:
39-
- '4.2'
40-
- '5.0'
41-
- '5.1'
39+
- 'django==4.2'
40+
- 'django==5.0'
41+
- 'django==5.1'
42+
- 'django==5.2'
43+
- 'git+https://github.com/django/django.git'
4244
env:
4345
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
4446
steps:
@@ -79,7 +81,7 @@ jobs:
7981
8082
- name: Install project
8183
run: |
82-
poetry add django==${{ matrix.django-version }}
84+
poetry add ${{ matrix.django-version }}
8385
poetry install --no-interaction --all-extras
8486
8587
- name: tests

0 commit comments

Comments
 (0)