Skip to content

Commit 9dec67c

Browse files
committed
update all CI head to 3.14 prerelease
1 parent 66eb19a commit 9dec67c

File tree

4 files changed

+50
-212
lines changed

4 files changed

+50
-212
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ jobs:
2626
strategy:
2727
matrix:
2828
# run static analysis on bleeding and trailing edges
29-
python-version: [ '3.9', '3.10', '3.13' ]
29+
python-version: [ '3.9', '3.10', '3.14' ]
3030
django-version:
3131
- '3.2' # LTS April 2024
3232
- '4.2' # LTS April 2026
3333
- '5.2' # December 2025
3434
exclude:
3535
- python-version: '3.9'
3636
django-version: '4.2'
37-
- python-version: '3.13'
37+
- python-version: '3.14'
3838
django-version: '4.2'
39-
- python-version: '3.13'
39+
- python-version: '3.14'
4040
django-version: '3.2'
4141
- python-version: '3.10'
4242
django-version: '3.2'
@@ -57,6 +57,7 @@ jobs:
5757
id: sp
5858
with:
5959
python-version: ${{ matrix.python-version }}
60+
allow-prereleases: true
6061

6162
- name: Install uv
6263
uses: astral-sh/setup-uv@v6

.github/workflows/release.yml

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)