We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cfb31 commit f210bd9Copy full SHA for f210bd9
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
name: Test
6
strategy:
7
matrix:
8
- python-version: ["3.11.x", "3.12.x", "3.13.x"]
+ python-version: ["3.12.x", "3.13.x", "3.14.x"]
9
django-version: ["5.1.15", "5.2.9"]
10
runs-on: ubuntu-latest
11
@@ -67,7 +67,7 @@ jobs:
67
- name: Install Python
68
uses: actions/setup-python@v5
69
with:
70
- python-version: "3.11.x"
+ python-version: "3.12.x"
71
72
- name: Install uv
73
uses: astral-sh/setup-uv@v7
0 commit comments