File tree Expand file tree Collapse file tree 4 files changed +50
-212
lines changed Expand file tree Collapse file tree 4 files changed +50
-212
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ jobs:
26
26
strategy :
27
27
matrix :
28
28
# 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 ' ]
30
30
django-version :
31
31
- ' 3.2' # LTS April 2024
32
32
- ' 4.2' # LTS April 2026
33
33
- ' 5.2' # December 2025
34
34
exclude :
35
35
- python-version : ' 3.9'
36
36
django-version : ' 4.2'
37
- - python-version : ' 3.13 '
37
+ - python-version : ' 3.14 '
38
38
django-version : ' 4.2'
39
- - python-version : ' 3.13 '
39
+ - python-version : ' 3.14 '
40
40
django-version : ' 3.2'
41
41
- python-version : ' 3.10'
42
42
django-version : ' 3.2'
57
57
id : sp
58
58
with :
59
59
python-version : ${{ matrix.python-version }}
60
+ allow-prereleases : true
60
61
61
62
- name : Install uv
62
63
uses : astral-sh/setup-uv@v6
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments