1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- python-version : ["3.8", "3.11", "3.12"]
19+ python-version : ["3.8", "3.11", "3.12", "3.13" ]
2020
2121 steps :
2222 - uses : actions/checkout@v2
5555 runs-on : ubuntu-latest
5656 strategy :
5757 matrix :
58- python-version : ["3.10", "3.11", "3.12"]
58+ python-version : ["3.10", "3.11", "3.12", "3.13" ]
5959
6060 steps :
6161 - uses : actions/checkout@v2
6767 - name : Install dependencies
6868 run : |
6969 python -m pip install --upgrade pip
70- pip install "Django~=5.1 "
70+ pip install "Django~=5.2 "
7171 pip install -r example/requirements-ci.txt
7272 - name : Setup DB
7373 run : |
9494 runs-on : ubuntu-latest
9595 strategy :
9696 matrix :
97- python-version : ["3.12 "]
97+ python-version : ["3.13 "]
9898 services :
9999 mysql :
100100 image : mysql:latest
@@ -112,7 +112,7 @@ jobs:
112112 - name : Install dependencies
113113 run : |
114114 python -m pip install --upgrade pip
115- pip install "Django~=5.0 "
115+ pip install "Django~=5.2 "
116116 pip install -r example/requirements-ci.txt
117117 - name : Setup DB
118118 run : |
@@ -143,7 +143,7 @@ jobs:
143143 runs-on : ubuntu-latest
144144 strategy :
145145 matrix :
146- python-version : ["3.12 "]
146+ python-version : ["3.13 "]
147147 services :
148148 mysql :
149149 image : postgres:latest
@@ -160,7 +160,7 @@ jobs:
160160 - name : Install dependencies
161161 run : |
162162 python -m pip install --upgrade pip
163- pip install "Django~=5.1 "
163+ pip install "Django~=5.2 "
164164 pip install -r example/requirements-ci.txt
165165 - name : Setup DB
166166 run : |
@@ -191,7 +191,7 @@ jobs:
191191 runs-on : ubuntu-latest
192192 strategy :
193193 matrix :
194- python-version : ["3.12 "]
194+ python-version : ["3.13 "]
195195 services :
196196 mysql :
197197 image : postgres:latest
@@ -208,7 +208,7 @@ jobs:
208208 - name : Install dependencies
209209 run : |
210210 python -m pip install --upgrade pip
211- pip install "Django~=5.0 "
211+ pip install "Django~=5.2 "
212212 pip install -r example/requirements-ci-psycopg3.txt
213213 - name : Setup DB
214214 run : |
@@ -239,7 +239,7 @@ jobs:
239239 runs-on : ubuntu-latest
240240 strategy :
241241 matrix :
242- python-version : ["3.12 "]
242+ python-version : ["3.13 "]
243243 services :
244244 mysql :
245245 image : mariadb:latest
@@ -257,7 +257,7 @@ jobs:
257257 - name : Install dependencies
258258 run : |
259259 python -m pip install --upgrade pip
260- pip install "Django~=5.1 "
260+ pip install "Django~=5.2 "
261261 pip install -r example/requirements-ci.txt
262262 - name : Setup DB
263263 run : |
0 commit comments