Skip to content

Commit f210bd9

Browse files
committed
Bump python versions for CI
1 parent d2cfb31 commit f210bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Test
66
strategy:
77
matrix:
8-
python-version: ["3.11.x", "3.12.x", "3.13.x"]
8+
python-version: ["3.12.x", "3.13.x", "3.14.x"]
99
django-version: ["5.1.15", "5.2.9"]
1010
runs-on: ubuntu-latest
1111

@@ -67,7 +67,7 @@ jobs:
6767
- name: Install Python
6868
uses: actions/setup-python@v5
6969
with:
70-
python-version: "3.11.x"
70+
python-version: "3.12.x"
7171

7272
- name: Install uv
7373
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)