|
15 | 15 | fail-fast: false
|
16 | 16 | matrix:
|
17 | 17 | os: [windows-latest, macos-latest, ubuntu-latest]
|
18 |
| - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 18 | + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] |
19 | 19 | django-version: ["4.2", "5.0", "5.1"]
|
20 | 20 | exclude:
|
21 | 21 | - django-version: "5.0"
|
@@ -69,10 +69,10 @@ jobs:
|
69 | 69 | django-version: ["4.2", "5.0", "5.1"]
|
70 | 70 | steps:
|
71 | 71 | - uses: actions/checkout@v4
|
72 |
| - - name: Set up Python 3.12 |
| 72 | + - name: Set up Python 3.13 |
73 | 73 | uses: actions/setup-python@v5
|
74 | 74 | with:
|
75 |
| - python-version: "3.12" |
| 75 | + python-version: "3.13" |
76 | 76 | - uses: actions/cache@v4
|
77 | 77 | with:
|
78 | 78 | path: ~/.cache/pip
|
@@ -104,10 +104,10 @@ jobs:
|
104 | 104 | django-version: ["4.2", "5.0", "5.1"]
|
105 | 105 | steps:
|
106 | 106 | - uses: actions/checkout@v4
|
107 |
| - - name: Set up Python 3.12 |
| 107 | + - name: Set up Python 3.13 |
108 | 108 | uses: actions/setup-python@v5
|
109 | 109 | with:
|
110 |
| - python-version: "3.12" |
| 110 | + python-version: "3.13" |
111 | 111 | - uses: actions/cache@v4
|
112 | 112 | with:
|
113 | 113 | path: ~/.cache/pip
|
@@ -138,7 +138,7 @@ jobs:
|
138 | 138 | - name: Set up Python
|
139 | 139 | uses: actions/setup-python@v5
|
140 | 140 | with:
|
141 |
| - python-version: "3.12" |
| 141 | + python-version: "3.13" |
142 | 142 | - name: Install dependencies
|
143 | 143 | run: |
|
144 | 144 | python -m pip install --upgrade pip build
|
|
0 commit comments