Commit cfa6af8
committed
Fix code and config files to make use of Python 3.13 everywhere
Changes Made
1. .pre-commit-config.yaml - Added --target-version=py313 to Black's arguments
2. .github/workflows/publish.yml - Updated Python version from 3.12 to 3.13
3. .github/workflows/ci.yml - Fixed CI exclusions:
◦ Removed incorrect exclusions for Django 5.1 + Python 3.13 (Django 5.1 supports Python 3.13)
◦ Kept exclusions for Django 5.0 + Python 3.13 (Django 5.0 doesn't support Python 3.13)
4. pyproject.toml - Removed Python 3.13 from Django 5.0 test matrix (incompatible combination)
5. README.md - Updated test command example from test.py3.12-5.0:test to test.py3.13-5.1:test1 parent 506d144 commit cfa6af8
File tree
5 files changed
+4
-11
lines changed- .github/workflows
5 files changed
+4
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 46 | | |
55 | 47 | | |
56 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments