Skip to content

Commit 967fc8e

Browse files
committed
ci(github): change Python runners to range 3.10 to 3.12
This change drops Python versions 3.8 and 3.9, and adds version 3.12 to the support matrix, in preparation for the switch to Django 5.0.
1 parent ffce54f commit 967fc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
max-parallel: 4
1414
matrix:
15-
python-version: ['3.8', '3.9', '3.10', '3.11']
15+
python-version: ['3.10', '3.11', '3.12']
1616

1717
env:
1818
SHIPPER_SECRET_KEY: "duk4hvedu3zxnmw@shnjw7z^)x#wcm@cj05t5f&#90rx-g44d2"

0 commit comments

Comments
 (0)