Commit 01fa968
Update for Python 3.14 and Django 6.0 readiness (#4)
* Update for Python 3.14 and Django 6.0 readiness
- Update pyproject.toml classifiers for Python 3.12/3.13/3.14 and Django 5.2/6.0
- Update requires-python to >=3.12
- Modernize ruff configuration with proper lint and format sections
- Update black target-version to py312
- Update pre-commit hooks to v5.0.0 and ruff to v0.8.3
- Update GitHub CI test matrix for Python 3.12/3.13/3.14 and Django 5.2/6.0
- Add continue-on-error for Django 6.0 and Python 3.14 in CI
- Run ruff format to fix formatting
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Update CI workflow: remove Black/pre-commit, add merge queue support
- Add merge_group trigger for merge queue support
- Remove redundant Black and pre-commit jobs
- Update Ruff job to include both format and lint checks
- Rename job to "Ruff Format" for clarity
- Add always() pattern to release job to prevent skip propagation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent d541988 commit 01fa968
File tree
4 files changed
+39
-59
lines changed- .github/workflows
- bootstrap_templatetags/templatetags
4 files changed
+39
-59
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 33 | | |
52 | | - | |
| 34 | + | |
53 | 35 | | |
54 | 36 | | |
55 | 37 | | |
| |||
64 | 46 | | |
65 | 47 | | |
66 | 48 | | |
67 | | - | |
68 | | - | |
| 49 | + | |
| 50 | + | |
69 | 51 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 52 | + | |
| 53 | + | |
89 | 54 | | |
90 | 55 | | |
91 | 56 | | |
| |||
119 | 84 | | |
120 | 85 | | |
121 | 86 | | |
122 | | - | |
| 87 | + | |
123 | 88 | | |
124 | | - | |
| 89 | + | |
125 | 90 | | |
126 | 91 | | |
127 | | - | |
128 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
129 | 97 | | |
130 | 98 | | |
131 | 99 | | |
| |||
213 | 181 | | |
214 | 182 | | |
215 | 183 | | |
216 | | - | |
217 | | - | |
| 184 | + | |
| 185 | + | |
218 | 186 | | |
219 | 187 | | |
220 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
30 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | | - | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| 82 | + | |
81 | 83 | | |
82 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
83 | 98 | | |
84 | 99 | | |
85 | 100 | | |
| |||
0 commit comments