File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,11 @@ jobs:
27
27
strategy :
28
28
fail-fast : false
29
29
matrix :
30
- python-version : ['3.10', '3.11', '3.12']
30
+ python-version : ['3.10', '3.11', '3.12', '3.13' ]
31
31
django-version :
32
32
- ' Django~=4.2.0'
33
33
- ' Django~=5.0.0'
34
+ - ' Django==5.2b1'
34
35
docker-compose-services : ['']
35
36
additional-dependencies : ['']
36
37
env : [{}]
50
51
env :
51
52
DJANGO_DATABASE_ENGINE : ' django.db.backends.postgresql'
52
53
DJANGO_DATABASE_PORT : 5432
54
+
55
+ - python-version : ' 3.13'
56
+ django-version : ' Django==5.2b1'
57
+ docker-compose-services : postgresql-db
58
+ additional-dependencies : psycopg
59
+ env :
60
+ DJANGO_DATABASE_ENGINE : ' django.db.backends.postgresql'
61
+ DJANGO_DATABASE_PORT : 5432
53
62
# TODO: reenable
54
63
# - python-version: '3.12'
55
64
# django-version: 'Django~=5.0.0'
You can’t perform that action at this time.
0 commit comments